@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dwciri: <http://rs.tdwg.org/dwc/iri/> .
@prefix top-level: <https://aphia.org/ns/top-level/> .
@prefix marine-observation: <https://eurobis.org/ns/marine-observation/> .
@prefix mr: <http://marineregions.org/ns/ontology#> .
@prefix sf: <http://www.opengis.net/ont/sf#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix geo-pos: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix tat: <https://aphia.org/ns/attribute-trait/> .
@prefix dul: <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://eurobis.org/ns/occurrence-status#present>
  a marine-observation:OccurrenceStatus , skos:Concept ;
  skos:prefLabel "Present"@en ;
  skos:exactMatch <http://rs.gbif.org/vocabulary/gbif/occurrence_status/present> .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11871> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.28 -40.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.28"^^xsd:decimal ;
  dwc:decimalLongitude "-40.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.28 -40.35)"^^geo:wktLiteral ;
  geo-pos:lat "27.28"^^xsd:decimal ;
  geo-pos:long "-40.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11871'^^xsd:integer;
  dwc:scientificName 'Siriella thompsonii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-40.35'^^xsd:double;
  dwc:latitude '27.28'^^xsd:double;
  dwc:aphiaid '120216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11871'^^xsd:string;
  dwc:aphiaIdAccepted '120216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6032> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.44 -38.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.44"^^xsd:decimal ;
  dwc:decimalLongitude "-38.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.44 -38.9)"^^geo:wktLiteral ;
  geo-pos:lat "65.44"^^xsd:decimal ;
  geo-pos:long "-38.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6032'^^xsd:integer;
  dwc:scientificName 'Draconema groenlandicum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-38.9'^^xsd:double;
  dwc:latitude '65.44'^^xsd:double;
  dwc:aphiaid '161086'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6032'^^xsd:string;
  dwc:aphiaIdAccepted '887861'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11861> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03 -38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.03"^^xsd:decimal ;
  dwc:decimalLongitude "-38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.03 -38.5)"^^geo:wktLiteral ;
  geo-pos:lat "33.03"^^xsd:decimal ;
  geo-pos:long "-38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11861'^^xsd:integer;
  dwc:scientificName 'Siriella thompsonii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '30'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-38.5'^^xsd:double;
  dwc:latitude '33.03'^^xsd:double;
  dwc:aphiaid '120216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11861'^^xsd:string;
  dwc:aphiaIdAccepted '120216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11892> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.77 -38.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.77"^^xsd:decimal ;
  dwc:decimalLongitude "-38.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.77 -38.33)"^^geo:wktLiteral ;
  geo-pos:lat "36.77"^^xsd:decimal ;
  geo-pos:long "-38.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11892'^^xsd:integer;
  dwc:scientificName 'Mysidopsis bigelowi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-38.33'^^xsd:double;
  dwc:latitude '36.77'^^xsd:double;
  dwc:aphiaid '157804'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11892'^^xsd:string;
  dwc:aphiaIdAccepted '161344'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11865> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.25 -35.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.25"^^xsd:decimal ;
  dwc:decimalLongitude "-35.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.25 -35.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.25"^^xsd:decimal ;
  geo-pos:long "-35.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11865'^^xsd:integer;
  dwc:scientificName 'Siriella thompsonii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-35.35'^^xsd:double;
  dwc:latitude '29.25'^^xsd:double;
  dwc:aphiaid '120216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11865'^^xsd:string;
  dwc:aphiaIdAccepted '120216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11866> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.25 -35.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.25"^^xsd:decimal ;
  dwc:decimalLongitude "-35.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.25 -35.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.25"^^xsd:decimal ;
  geo-pos:long "-35.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11866'^^xsd:integer;
  dwc:scientificName 'Siriella thompsonii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-35.35'^^xsd:double;
  dwc:latitude '29.25'^^xsd:double;
  dwc:aphiaid '120216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11866'^^xsd:string;
  dwc:aphiaIdAccepted '120216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11879> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.58 -33.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.58"^^xsd:decimal ;
  dwc:decimalLongitude "-33.43"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.58 -33.43)"^^geo:wktLiteral ;
  geo-pos:lat "28.58"^^xsd:decimal ;
  geo-pos:long "-33.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11879'^^xsd:integer;
  dwc:scientificName 'Anchialina typica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-33.43'^^xsd:double;
  dwc:latitude '28.58'^^xsd:double;
  dwc:aphiaid '161494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11879'^^xsd:string;
  dwc:aphiaIdAccepted '161494'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3140> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.28 -28.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.28"^^xsd:decimal ;
  dwc:decimalLongitude "-28.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.28 -28.88)"^^geo:wktLiteral ;
  geo-pos:lat "36.28"^^xsd:decimal ;
  geo-pos:long "-28.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3140'^^xsd:integer;
  dwc:scientificName 'Boreomysis semicoeca'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-28.88'^^xsd:double;
  dwc:latitude '36.28'^^xsd:double;
  dwc:aphiaid '161369'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3140'^^xsd:string;
  dwc:aphiaIdAccepted '161369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3137> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.28 -28.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.28"^^xsd:decimal ;
  dwc:decimalLongitude "-28.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.28 -28.88)"^^geo:wktLiteral ;
  geo-pos:lat "36.28"^^xsd:decimal ;
  geo-pos:long "-28.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3137'^^xsd:integer;
  dwc:scientificName 'Boreomysis subpellucida'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-28.88'^^xsd:double;
  dwc:latitude '36.28'^^xsd:double;
  dwc:aphiaid '161499'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3137'^^xsd:string;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3138> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.28 -28.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.28"^^xsd:decimal ;
  dwc:decimalLongitude "-28.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.28 -28.88)"^^geo:wktLiteral ;
  geo-pos:lat "36.28"^^xsd:decimal ;
  geo-pos:long "-28.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3138'^^xsd:integer;
  dwc:scientificName 'Boreomysis subpellucida'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-28.88'^^xsd:double;
  dwc:latitude '36.28'^^xsd:double;
  dwc:aphiaid '161499'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3138'^^xsd:string;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3136> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.13 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.13 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "37.13"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3136'^^xsd:integer;
  dwc:scientificName 'Boreomysis subpellucida'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:latitude '37.13'^^xsd:double;
  dwc:aphiaid '161499'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3136'^^xsd:string;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3139> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.77 -26.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.77"^^xsd:decimal ;
  dwc:decimalLongitude "-26.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.77 -26.68)"^^geo:wktLiteral ;
  geo-pos:lat "36.77"^^xsd:decimal ;
  geo-pos:long "-26.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3139'^^xsd:integer;
  dwc:scientificName 'Boreomysis subpellucida'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-26.68'^^xsd:double;
  dwc:latitude '36.77'^^xsd:double;
  dwc:aphiaid '161499'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3139'^^xsd:string;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11880> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29 -23.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29"^^xsd:decimal ;
  dwc:decimalLongitude "-23.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29 -23.47)"^^geo:wktLiteral ;
  geo-pos:lat "29"^^xsd:decimal ;
  geo-pos:long "-23.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11880'^^xsd:integer;
  dwc:scientificName 'Anchialina typica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-23.47'^^xsd:double;
  dwc:latitude '29'^^xsd:integer;
  dwc:aphiaid '161494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11880'^^xsd:string;
  dwc:aphiaIdAccepted '161494'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11886> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.45 -22.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.45"^^xsd:decimal ;
  dwc:decimalLongitude "-22.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.45 -22.07)"^^geo:wktLiteral ;
  geo-pos:lat "32.45"^^xsd:decimal ;
  geo-pos:long "-22.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11886'^^xsd:integer;
  dwc:scientificName 'Euchaetomera typica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-22.07'^^xsd:double;
  dwc:latitude '32.45'^^xsd:double;
  dwc:aphiaid '120012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11886'^^xsd:string;
  dwc:aphiaIdAccepted '120012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11888> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.45 -22.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.45"^^xsd:decimal ;
  dwc:decimalLongitude "-22.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.45 -22.07)"^^geo:wktLiteral ;
  geo-pos:lat "32.45"^^xsd:decimal ;
  geo-pos:long "-22.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11888'^^xsd:integer;
  dwc:scientificName 'Euchaetomera tenuis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-22.07'^^xsd:double;
  dwc:latitude '32.45'^^xsd:double;
  dwc:aphiaid '120011'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11888'^^xsd:string;
  dwc:aphiaIdAccepted '120011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11862> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.45 -22.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.45"^^xsd:decimal ;
  dwc:decimalLongitude "-22.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.45 -22.07)"^^geo:wktLiteral ;
  geo-pos:lat "32.45"^^xsd:decimal ;
  geo-pos:long "-22.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11862'^^xsd:integer;
  dwc:scientificName 'Siriella thompsonii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-22.07'^^xsd:double;
  dwc:latitude '32.45'^^xsd:double;
  dwc:aphiaid '120216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11862'^^xsd:string;
  dwc:aphiaIdAccepted '120216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11877> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.33 -21.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.33"^^xsd:decimal ;
  dwc:decimalLongitude "-21.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.33 -21.28)"^^geo:wktLiteral ;
  geo-pos:lat "32.33"^^xsd:decimal ;
  geo-pos:long "-21.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11877'^^xsd:integer;
  dwc:scientificName 'Anchialina typica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-21.28'^^xsd:double;
  dwc:latitude '32.33'^^xsd:double;
  dwc:aphiaid '161494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11877'^^xsd:string;
  dwc:aphiaIdAccepted '161494'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11875> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.17 -18.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.17"^^xsd:decimal ;
  dwc:decimalLongitude "-18.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.17 -18.38)"^^geo:wktLiteral ;
  geo-pos:lat "28.17"^^xsd:decimal ;
  geo-pos:long "-18.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11875'^^xsd:integer;
  dwc:scientificName 'Siriella thompsonii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-18.38'^^xsd:double;
  dwc:latitude '28.17'^^xsd:double;
  dwc:aphiaid '120216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11875'^^xsd:string;
  dwc:aphiaIdAccepted '120216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11529> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.58 -18.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "74.58"^^xsd:decimal ;
  dwc:decimalLongitude "-18.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (74.58 -18.38)"^^geo:wktLiteral ;
  geo-pos:lat "74.58"^^xsd:decimal ;
  geo-pos:long "-18.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11529'^^xsd:integer;
  dwc:scientificName 'Parasabatieria arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1899'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:country 'Greenland'^^xsd:string;
  dwc:longitude '-18.38'^^xsd:double;
  dwc:latitude '74.58'^^xsd:double;
  dwc:aphiaid '229831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11529'^^xsd:string;
  dwc:aphiaIdAccepted '229099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11864> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -18.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.87"^^xsd:decimal ;
  dwc:decimalLongitude "-18.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -18.3)"^^geo:wktLiteral ;
  geo-pos:lat "31.87"^^xsd:decimal ;
  geo-pos:long "-18.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11864'^^xsd:integer;
  dwc:scientificName 'Siriella thompsonii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-18.3'^^xsd:double;
  dwc:latitude '31.87'^^xsd:double;
  dwc:aphiaid '120216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11864'^^xsd:string;
  dwc:aphiaIdAccepted '120216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4521> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4521'^^xsd:integer;
  dwc:scientificName 'Epacanthion gorgonocephalum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121873'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4521'^^xsd:string;
  dwc:aphiaIdAccepted '121873'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5055> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5055'^^xsd:integer;
  dwc:scientificName 'Nudora bipapillata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5055'^^xsd:string;
  dwc:aphiaIdAccepted '121107'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5145> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5145'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus ewensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5145'^^xsd:string;
  dwc:aphiaIdAccepted '121752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4985> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4985'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4985'^^xsd:string;
  dwc:aphiaIdAccepted '120883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5775> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5775'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus islandicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5775'^^xsd:string;
  dwc:aphiaIdAccepted '987297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5777> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5777'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus latilaimus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5777'^^xsd:string;
  dwc:aphiaIdAccepted '121492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5297> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5297'^^xsd:integer;
  dwc:scientificName 'Axonolaimus drachi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5297'^^xsd:string;
  dwc:aphiaIdAccepted '121306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5298> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5298'^^xsd:integer;
  dwc:scientificName 'Axonolaimus filiformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5298'^^xsd:string;
  dwc:aphiaIdAccepted '121307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4624> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4624'^^xsd:integer;
  dwc:scientificName 'Oncholaimus medius'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4624'^^xsd:string;
  dwc:aphiaIdAccepted '122175'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4625> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4625'^^xsd:integer;
  dwc:scientificName 'Oncholaimus onchouris (sp incertae sedis)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122176'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4625'^^xsd:string;
  dwc:aphiaIdAccepted '122176'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4627> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4627'^^xsd:integer;
  dwc:scientificName 'Oncholaimus scanicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122179'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4627'^^xsd:string;
  dwc:aphiaIdAccepted '122179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4628> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4628'^^xsd:integer;
  dwc:scientificName 'Oncholaimus septentrionalis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122180'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4628'^^xsd:string;
  dwc:aphiaIdAccepted '122180'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4629> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4629'^^xsd:integer;
  dwc:scientificName 'Oncholaimus serratus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4629'^^xsd:string;
  dwc:aphiaIdAccepted '122181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5014> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5014'^^xsd:integer;
  dwc:scientificName 'Spirinia gerlachi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121024'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5014'^^xsd:string;
  dwc:aphiaIdAccepted '121024'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5015> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5015'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5015'^^xsd:string;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5016> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5016'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5016'^^xsd:string;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5017> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5017'^^xsd:integer;
  dwc:scientificName 'Chromaspirina multipapillata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121004'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5017'^^xsd:string;
  dwc:aphiaIdAccepted '121004'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5018> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5018'^^xsd:integer;
  dwc:scientificName 'Chromaspirina parapontica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121005'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5018'^^xsd:string;
  dwc:aphiaIdAccepted '121005'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5019> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5019'^^xsd:integer;
  dwc:scientificName 'Metachromadora scotlandica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5019'^^xsd:string;
  dwc:aphiaIdAccepted '121014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5166> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5166'^^xsd:integer;
  dwc:scientificName 'Axonolaimus paraspinosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5166'^^xsd:string;
  dwc:aphiaIdAccepted '121312'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5417> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5417'^^xsd:integer;
  dwc:scientificName 'Tricoma suecica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121183'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5417'^^xsd:string;
  dwc:aphiaIdAccepted '1305135'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5499> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5499'^^xsd:integer;
  dwc:scientificName 'Nudora steineri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121109'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5499'^^xsd:string;
  dwc:aphiaIdAccepted '121109'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6176> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6176'^^xsd:integer;
  dwc:scientificName 'Paracyatholaimus intermedius'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6176'^^xsd:string;
  dwc:aphiaIdAccepted '120903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A21409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A21409> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A21409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A21409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A21409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:21409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '21409'^^xsd:integer;
  dwc:scientificName 'Boreomysis tridens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '119974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:21409'^^xsd:string;
  dwc:aphiaIdAccepted '119974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6236> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6236'^^xsd:integer;
  dwc:scientificName 'Sabatieria longisetosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6236'^^xsd:string;
  dwc:aphiaIdAccepted '121367'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5805> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5805'^^xsd:integer;
  dwc:scientificName 'Molgolaimus allgeni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161075'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5805'^^xsd:string;
  dwc:aphiaIdAccepted '161075'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6095> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6095'^^xsd:integer;
  dwc:scientificName 'Prochromadorella macroocellata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6095'^^xsd:string;
  dwc:aphiaIdAccepted '120706'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5998> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5998'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5998'^^xsd:string;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5167> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5167'^^xsd:integer;
  dwc:scientificName 'Axonolaimus spinosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121316'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5167'^^xsd:string;
  dwc:aphiaIdAccepted '121316'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4919> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4919'^^xsd:integer;
  dwc:scientificName 'Prochromadorella septempapillata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4919'^^xsd:string;
  dwc:aphiaIdAccepted '120714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5003> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5003'^^xsd:integer;
  dwc:scientificName 'Synonchiella riemanni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5003'^^xsd:string;
  dwc:aphiaIdAccepted '120951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5068> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5068'^^xsd:integer;
  dwc:scientificName 'Camacolaimus barbatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121227'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5068'^^xsd:string;
  dwc:aphiaIdAccepted '868946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5149> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5149'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus stenosoma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5149'^^xsd:string;
  dwc:aphiaIdAccepted '121691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5436> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5436'^^xsd:integer;
  dwc:scientificName 'Anticyathus primitivus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5436'^^xsd:string;
  dwc:aphiaIdAccepted '121648'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5013> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5013'^^xsd:integer;
  dwc:scientificName 'Spirinia laevis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5013'^^xsd:string;
  dwc:aphiaIdAccepted '121026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5407> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5407'^^xsd:integer;
  dwc:scientificName 'Tricoma nematoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5407'^^xsd:string;
  dwc:aphiaIdAccepted '121174'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5409> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5409'^^xsd:integer;
  dwc:scientificName 'Tricoma norvegica (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5409'^^xsd:string;
  dwc:aphiaIdAccepted '121175'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5410> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5410'^^xsd:integer;
  dwc:scientificName 'Tricoma pellucida (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121176'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5410'^^xsd:string;
  dwc:aphiaIdAccepted '121176'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5412> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5412'^^xsd:integer;
  dwc:scientificName 'Tricoma profunda (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121179'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5412'^^xsd:string;
  dwc:aphiaIdAccepted '121179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5415> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5415'^^xsd:integer;
  dwc:scientificName 'Tricoma strandi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5415'^^xsd:string;
  dwc:aphiaIdAccepted '121182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4181> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4181'^^xsd:integer;
  dwc:scientificName 'Oncholaimus attenuatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122164'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4181'^^xsd:string;
  dwc:aphiaIdAccepted '122164'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4933> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4933'^^xsd:integer;
  dwc:scientificName 'Chromadorita tenuis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120757'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4933'^^xsd:string;
  dwc:aphiaIdAccepted '120757'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4934> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4934'^^xsd:integer;
  dwc:scientificName 'Chromadorita nana'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120753'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4934'^^xsd:string;
  dwc:aphiaIdAccepted '120753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4935> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4935'^^xsd:integer;
  dwc:scientificName 'Innocuonema tentabundum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161024'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4935'^^xsd:string;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5004> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5004'^^xsd:integer;
  dwc:scientificName 'Richtersia inaequalis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120946'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5004'^^xsd:string;
  dwc:aphiaIdAccepted '120946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5005> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5005'^^xsd:integer;
  dwc:scientificName 'Desmodora communis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5005'^^xsd:string;
  dwc:aphiaIdAccepted '120964'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5006> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5006'^^xsd:integer;
  dwc:scientificName 'Desmodora hirsuta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5006'^^xsd:string;
  dwc:aphiaIdAccepted '583487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5007> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5007'^^xsd:integer;
  dwc:scientificName 'Desmodora sanguinea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120981'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5007'^^xsd:string;
  dwc:aphiaIdAccepted '583490'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5008> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5008'^^xsd:integer;
  dwc:scientificName 'Desmodora scaldensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5008'^^xsd:string;
  dwc:aphiaIdAccepted '120982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5009> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5009'^^xsd:integer;
  dwc:scientificName 'Desmodora pontica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5009'^^xsd:string;
  dwc:aphiaIdAccepted '120977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5010> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5010'^^xsd:integer;
  dwc:scientificName 'Desmodora sphaerica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5010'^^xsd:string;
  dwc:aphiaIdAccepted '231127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5011> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5011'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5011'^^xsd:string;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5012> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5012'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5012'^^xsd:string;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4932> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4932'^^xsd:integer;
  dwc:scientificName 'Steineridora adriatica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4932'^^xsd:string;
  dwc:aphiaIdAccepted '120737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4927> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4927'^^xsd:integer;
  dwc:scientificName 'Euchromadora striata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120728'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4927'^^xsd:string;
  dwc:aphiaIdAccepted '120728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4928> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4928'^^xsd:integer;
  dwc:scientificName 'Euchromadora gaulica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4928'^^xsd:string;
  dwc:aphiaIdAccepted '120725'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4929> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4929'^^xsd:integer;
  dwc:scientificName 'Graphonema northumbriae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4929'^^xsd:string;
  dwc:aphiaIdAccepted '120731'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4930> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4930'^^xsd:integer;
  dwc:scientificName 'Graphonema scampae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4930'^^xsd:string;
  dwc:aphiaIdAccepted '120732'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4931> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4931'^^xsd:integer;
  dwc:scientificName 'Parapinnanema harveyi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4931'^^xsd:string;
  dwc:aphiaIdAccepted '120733'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4922> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4922'^^xsd:integer;
  dwc:scientificName 'Prochromadorella macroocellata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4922'^^xsd:string;
  dwc:aphiaIdAccepted '120706'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4923> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4923'^^xsd:integer;
  dwc:scientificName 'Actinonema celtica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4923'^^xsd:string;
  dwc:aphiaIdAccepted '120718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4924> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4924'^^xsd:integer;
  dwc:scientificName 'Actinonema pachydermatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4924'^^xsd:string;
  dwc:aphiaIdAccepted '120721'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4925> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4925'^^xsd:integer;
  dwc:scientificName 'Rhips paraornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120736'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4925'^^xsd:string;
  dwc:aphiaIdAccepted '120736'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4926> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4926'^^xsd:integer;
  dwc:scientificName 'Euchromadora vulgaris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4926'^^xsd:string;
  dwc:aphiaIdAccepted '120730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5405> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5405'^^xsd:integer;
  dwc:scientificName 'Tricoma litoralis (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5405'^^xsd:string;
  dwc:aphiaIdAccepted '121171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4921> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4921'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120704'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4921'^^xsd:string;
  dwc:aphiaIdAccepted '120704'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4819> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4819'^^xsd:integer;
  dwc:scientificName 'Steineridora loricata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120738'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4819'^^xsd:string;
  dwc:aphiaIdAccepted '120738'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4826> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4826'^^xsd:integer;
  dwc:scientificName 'Chromadorella filiformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120690'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4826'^^xsd:string;
  dwc:aphiaIdAccepted '120690'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4828> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4828'^^xsd:integer;
  dwc:scientificName 'Atrochromadora parva'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4828'^^xsd:string;
  dwc:aphiaIdAccepted '120676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4920> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4920'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4920'^^xsd:string;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5787> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5787'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus papillatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5787'^^xsd:string;
  dwc:aphiaIdAccepted '121500'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5788> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5788'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus paradoxus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5788'^^xsd:string;
  dwc:aphiaIdAccepted '121481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5404> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5404'^^xsd:integer;
  dwc:scientificName 'Tricoma islandica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5404'^^xsd:string;
  dwc:aphiaIdAccepted '121170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4514> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4514'^^xsd:integer;
  dwc:scientificName 'Enoploides typicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4514'^^xsd:string;
  dwc:aphiaIdAccepted '121847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4516> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4516'^^xsd:integer;
  dwc:scientificName 'Epacanthion crassum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4516'^^xsd:string;
  dwc:aphiaIdAccepted '121869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4517> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4517'^^xsd:integer;
  dwc:scientificName 'Epacanthion durapelle'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4517'^^xsd:string;
  dwc:aphiaIdAccepted '121870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4637> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4637'^^xsd:integer;
  dwc:scientificName 'Pseudoncholaimus saveljevi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4637'^^xsd:string;
  dwc:aphiaIdAccepted '122191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4638> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4638'^^xsd:integer;
  dwc:scientificName 'Filoncholaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4638'^^xsd:string;
  dwc:aphiaIdAccepted '122203'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4639> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4639'^^xsd:integer;
  dwc:scientificName 'Pontonema filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4639'^^xsd:string;
  dwc:aphiaIdAccepted '122209'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4779> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4779'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4779'^^xsd:string;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4807> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4807'^^xsd:integer;
  dwc:scientificName 'Prochromadorella paramucrodonta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4807'^^xsd:string;
  dwc:aphiaIdAccepted '120712'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4631> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4631'^^xsd:integer;
  dwc:scientificName 'Oncholaimus steinboecki'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122184'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4631'^^xsd:string;
  dwc:aphiaIdAccepted '122184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4632> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4632'^^xsd:integer;
  dwc:scientificName 'Oncholaimus steineri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4632'^^xsd:string;
  dwc:aphiaIdAccepted '122185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4630> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4630'^^xsd:integer;
  dwc:scientificName 'Oncholaimus spissus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122183'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4630'^^xsd:string;
  dwc:aphiaIdAccepted '122183'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6105> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6105'^^xsd:integer;
  dwc:scientificName 'Steineridora loricata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120738'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6105'^^xsd:string;
  dwc:aphiaIdAccepted '120738'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6106> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6106'^^xsd:integer;
  dwc:scientificName 'Chromadorita mucrodonta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6106'^^xsd:string;
  dwc:aphiaIdAccepted '120752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6108> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6108'^^xsd:integer;
  dwc:scientificName 'Chromadorita tenuis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120757'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6108'^^xsd:string;
  dwc:aphiaIdAccepted '120757'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5252> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5252'^^xsd:integer;
  dwc:scientificName 'Ionema boreale'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5252'^^xsd:string;
  dwc:aphiaIdAccepted '121237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5253> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5253'^^xsd:integer;
  dwc:scientificName 'Ionema cobbi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121238'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5253'^^xsd:string;
  dwc:aphiaIdAccepted '121238'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4321> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4321'^^xsd:integer;
  dwc:scientificName 'Halalaimus leptosoma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4321'^^xsd:string;
  dwc:aphiaIdAccepted '122012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5178> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5178'^^xsd:integer;
  dwc:scientificName 'Araeolaimus penelope'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5178'^^xsd:string;
  dwc:aphiaIdAccepted '121392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5179> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5179'^^xsd:integer;
  dwc:scientificName 'Campylaimus lefeverei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121402'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5179'^^xsd:string;
  dwc:aphiaIdAccepted '121402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5180> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5180'^^xsd:integer;
  dwc:scientificName 'Diplopeltis cirrhatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121404'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5180'^^xsd:string;
  dwc:aphiaIdAccepted '121404'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5181> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5181'^^xsd:integer;
  dwc:scientificName 'Diplopeltula asetosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121405'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5181'^^xsd:string;
  dwc:aphiaIdAccepted '1056993'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5250> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5250'^^xsd:integer;
  dwc:scientificName 'Camacolaimus propinquus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5250'^^xsd:string;
  dwc:aphiaIdAccepted '121232'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5177> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5177'^^xsd:integer;
  dwc:scientificName 'Araeolaimus paucisetosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5177'^^xsd:string;
  dwc:aphiaIdAccepted '1488948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6102> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6102'^^xsd:integer;
  dwc:scientificName 'Euchromadora vulgaris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6102'^^xsd:string;
  dwc:aphiaIdAccepted '120730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5168> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5168'^^xsd:integer;
  dwc:scientificName 'Ascolaimus elongatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121303'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5168'^^xsd:string;
  dwc:aphiaIdAccepted '121303'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5169> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5169'^^xsd:integer;
  dwc:scientificName 'Odontophora exharena'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121323'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5169'^^xsd:string;
  dwc:aphiaIdAccepted '121323'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5170> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5170'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5170'^^xsd:string;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5171> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5171'^^xsd:integer;
  dwc:scientificName 'Odontophora rectangula'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5171'^^xsd:string;
  dwc:aphiaIdAccepted '121333'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5172> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5172'^^xsd:integer;
  dwc:scientificName 'Odontophora setosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121334'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5172'^^xsd:string;
  dwc:aphiaIdAccepted '121334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5173> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5173'^^xsd:integer;
  dwc:scientificName 'Odontophora villoti'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5173'^^xsd:string;
  dwc:aphiaIdAccepted '121336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5174> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5174'^^xsd:integer;
  dwc:scientificName 'Odontophoroides paramonhystera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121338'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5174'^^xsd:string;
  dwc:aphiaIdAccepted '121338'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5175> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5175'^^xsd:integer;
  dwc:scientificName 'Araeolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5175'^^xsd:string;
  dwc:aphiaIdAccepted '121383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5176> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5176'^^xsd:integer;
  dwc:scientificName 'Araeolaimus microphthalmus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5176'^^xsd:string;
  dwc:aphiaIdAccepted '437324'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6003> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6003'^^xsd:integer;
  dwc:scientificName 'Monoposthia arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6003'^^xsd:string;
  dwc:aphiaIdAccepted '121103'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6004> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6004'^^xsd:integer;
  dwc:scientificName 'Monoposthia mielcki'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121105'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6004'^^xsd:string;
  dwc:aphiaIdAccepted '121105'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6006> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6006'^^xsd:integer;
  dwc:scientificName 'Monoposthia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121106'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6006'^^xsd:string;
  dwc:aphiaIdAccepted '121106'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6096> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6096'^^xsd:integer;
  dwc:scientificName 'Prochromadorella paramucrodonta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6096'^^xsd:string;
  dwc:aphiaIdAccepted '120712'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6098> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6098'^^xsd:integer;
  dwc:scientificName 'Actinonema pachydermatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120721'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6098'^^xsd:string;
  dwc:aphiaIdAccepted '120721'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5507> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5507'^^xsd:integer;
  dwc:scientificName 'Disconema suecicum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5507'^^xsd:string;
  dwc:aphiaIdAccepted '121709'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5509> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5509'^^xsd:integer;
  dwc:scientificName 'Halinema norwegicum (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5509'^^xsd:string;
  dwc:aphiaIdAccepted '121710'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5510> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5510'^^xsd:integer;
  dwc:scientificName 'Linhomoeus brevisetosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121711'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5510'^^xsd:string;
  dwc:aphiaIdAccepted '121711'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5511> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5511'^^xsd:integer;
  dwc:scientificName 'Linhomoeus gracilisetosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5511'^^xsd:string;
  dwc:aphiaIdAccepted '121713'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5512> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5512'^^xsd:integer;
  dwc:scientificName 'Linhomoeus kornoeensis (sp incertae sedis)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5512'^^xsd:string;
  dwc:aphiaIdAccepted '121715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5255> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5255'^^xsd:integer;
  dwc:scientificName 'Ionema coecum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5255'^^xsd:string;
  dwc:aphiaIdAccepted '121239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4334> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4334'^^xsd:integer;
  dwc:scientificName 'Barbonema setifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161278'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4334'^^xsd:string;
  dwc:aphiaIdAccepted '121937'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5260> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5260'^^xsd:integer;
  dwc:scientificName 'Onchium parocellum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5260'^^xsd:string;
  dwc:aphiaIdAccepted '121242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5261> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5261'^^xsd:integer;
  dwc:scientificName 'Onchium robustum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5261'^^xsd:string;
  dwc:aphiaIdAccepted '121244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5262> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5262'^^xsd:integer;
  dwc:scientificName 'Aegialoalaimus punctatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5262'^^xsd:string;
  dwc:aphiaIdAccepted '121185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5263> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5263'^^xsd:integer;
  dwc:scientificName 'Aegialoalaimus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121186'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5263'^^xsd:string;
  dwc:aphiaIdAccepted '121186'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6244> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6244'^^xsd:integer;
  dwc:scientificName 'Spiliphera elegans (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6244'^^xsd:string;
  dwc:aphiaIdAccepted '120808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6248> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6248'^^xsd:integer;
  dwc:scientificName 'Chromadora caeca (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120681'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6248'^^xsd:string;
  dwc:aphiaIdAccepted '120681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6249> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6249'^^xsd:integer;
  dwc:scientificName 'Chromadora papillata (sp incertae sedis)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6249'^^xsd:string;
  dwc:aphiaIdAccepted '120685'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6250> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6250'^^xsd:integer;
  dwc:scientificName 'Chromadora sabelloides (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120686'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6250'^^xsd:string;
  dwc:aphiaIdAccepted '120686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5091> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5091'^^xsd:integer;
  dwc:scientificName 'Tricoma brevirostris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121167'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5091'^^xsd:string;
  dwc:aphiaIdAccepted '121167'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5092> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5092'^^xsd:integer;
  dwc:scientificName 'Tricoma longirostris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121172'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5092'^^xsd:string;
  dwc:aphiaIdAccepted '121172'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4335> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4335'^^xsd:integer;
  dwc:scientificName 'Leptosomatides steineri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121949'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4335'^^xsd:string;
  dwc:aphiaIdAccepted '423483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4656> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4656'^^xsd:integer;
  dwc:scientificName 'Ditlevsenella murmanica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122081'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4656'^^xsd:string;
  dwc:aphiaIdAccepted '122081'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5037> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5037'^^xsd:integer;
  dwc:scientificName 'Notochaetosoma killieri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121056'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5037'^^xsd:string;
  dwc:aphiaIdAccepted '121056'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5118> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5118'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5118'^^xsd:string;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5299> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5299'^^xsd:integer;
  dwc:scientificName 'Axonolaimus limalis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5299'^^xsd:string;
  dwc:aphiaIdAccepted '121310'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5090> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5090'^^xsd:integer;
  dwc:scientificName 'Quadricoma scanica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121158'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5090'^^xsd:string;
  dwc:aphiaIdAccepted '1305133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5675> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5675'^^xsd:integer;
  dwc:scientificName 'Daptonema elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121528'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5675'^^xsd:string;
  dwc:aphiaIdAccepted '121528'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5677> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5677'^^xsd:integer;
  dwc:scientificName 'Daptonema rusticum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5677'^^xsd:string;
  dwc:aphiaIdAccepted '121550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6391> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6391'^^xsd:integer;
  dwc:scientificName 'Pomponema tautraense'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6391'^^xsd:string;
  dwc:aphiaIdAccepted '120867'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6394> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6394'^^xsd:integer;
  dwc:scientificName 'Acanthonchus viviparus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6394'^^xsd:string;
  dwc:aphiaIdAccepted '870665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6395> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6395'^^xsd:integer;
  dwc:scientificName 'Acanthonchus gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6395'^^xsd:string;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6410> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6410'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus major'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120885'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6410'^^xsd:string;
  dwc:aphiaIdAccepted '120885'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5377> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5377'^^xsd:integer;
  dwc:scientificName 'Desmoscolex vanoyei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5377'^^xsd:string;
  dwc:aphiaIdAccepted '121135'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5085> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5085'^^xsd:integer;
  dwc:scientificName 'Pterygonema cambriensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5085'^^xsd:string;
  dwc:aphiaIdAccepted '121219'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5086> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5086'^^xsd:integer;
  dwc:scientificName 'Pterygonema platti'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121220'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5086'^^xsd:string;
  dwc:aphiaIdAccepted '121220'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5087> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5087'^^xsd:integer;
  dwc:scientificName 'Gerlachius novusetosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121145'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5087'^^xsd:string;
  dwc:aphiaIdAccepted '121145'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5088> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5088'^^xsd:integer;
  dwc:scientificName 'Desmoscolex falcatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5088'^^xsd:string;
  dwc:aphiaIdAccepted '121121'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5089> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5089'^^xsd:integer;
  dwc:scientificName 'Desmoscolex laevis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121125'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5089'^^xsd:string;
  dwc:aphiaIdAccepted '121125'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5369> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5369'^^xsd:integer;
  dwc:scientificName 'Desmoscolex minor'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121128'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5369'^^xsd:string;
  dwc:aphiaIdAccepted '121128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5370> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5370'^^xsd:integer;
  dwc:scientificName 'Desmoscolex minutus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121129'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5370'^^xsd:string;
  dwc:aphiaIdAccepted '121129'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5372> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5372'^^xsd:integer;
  dwc:scientificName 'Desmoscolex nanellus (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5372'^^xsd:string;
  dwc:aphiaIdAccepted '121130'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6385> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6385'^^xsd:integer;
  dwc:scientificName 'Pomponema cotylophorum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6385'^^xsd:string;
  dwc:aphiaIdAccepted '120858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6386> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6386'^^xsd:integer;
  dwc:scientificName 'Pomponema cyatholaimoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6386'^^xsd:string;
  dwc:aphiaIdAccepted '120859'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6387> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6387'^^xsd:integer;
  dwc:scientificName 'Pomponema elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120861'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6387'^^xsd:string;
  dwc:aphiaIdAccepted '120861'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6550> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6550'^^xsd:integer;
  dwc:scientificName 'Monhystera refringens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121471'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6550'^^xsd:string;
  dwc:aphiaIdAccepted '228789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6556> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6556'^^xsd:integer;
  dwc:scientificName 'Pseudonchus norwegicus (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6556'^^xsd:string;
  dwc:aphiaIdAccepted '120998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6558> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6558'^^xsd:integer;
  dwc:scientificName 'Enoplus communis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6558'^^xsd:string;
  dwc:aphiaIdAccepted '121784'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6638> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6638'^^xsd:integer;
  dwc:scientificName 'Oncholaimus campylocercoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122167'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6638'^^xsd:string;
  dwc:aphiaIdAccepted '122167'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6639> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6639'^^xsd:integer;
  dwc:scientificName 'Oncholaimus skawensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6639'^^xsd:string;
  dwc:aphiaIdAccepted '122182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6640> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6640'^^xsd:integer;
  dwc:scientificName 'Oncholaimus attenuatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122164'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6640'^^xsd:string;
  dwc:aphiaIdAccepted '122164'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6641> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6641'^^xsd:integer;
  dwc:scientificName 'Pontonema vulgare'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6641'^^xsd:string;
  dwc:aphiaIdAccepted '122216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6642> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6642'^^xsd:integer;
  dwc:scientificName 'Pontonema macrolaimus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6642'^^xsd:string;
  dwc:aphiaIdAccepted '122210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6643> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6643'^^xsd:integer;
  dwc:scientificName 'Pontonema simile'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6643'^^xsd:string;
  dwc:aphiaIdAccepted '122214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6644> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6644'^^xsd:integer;
  dwc:scientificName 'Viscosia viscosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122156'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6644'^^xsd:string;
  dwc:aphiaIdAccepted '122156'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5093> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5093'^^xsd:integer;
  dwc:scientificName 'Tricoma polydesma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5093'^^xsd:string;
  dwc:aphiaIdAccepted '121178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5094> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5094'^^xsd:integer;
  dwc:scientificName 'Nannolaimoides effilatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120851'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5094'^^xsd:string;
  dwc:aphiaIdAccepted '120851'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5095> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5095'^^xsd:integer;
  dwc:scientificName 'Diplolaimella stagnosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121429'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5095'^^xsd:string;
  dwc:aphiaIdAccepted '121429'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5096> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5096'^^xsd:integer;
  dwc:scientificName 'Diplolaimelloides bruciei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5096'^^xsd:string;
  dwc:aphiaIdAccepted '121431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5097> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5097'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera parva'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121479'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5097'^^xsd:string;
  dwc:aphiaIdAccepted '121479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5098> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5098'^^xsd:integer;
  dwc:scientificName 'Thalassomonhystera venusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5098'^^xsd:string;
  dwc:aphiaIdAccepted '121480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5099> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5099'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera anechma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5099'^^xsd:string;
  dwc:aphiaIdAccepted '121508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5100> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5100'^^xsd:integer;
  dwc:scientificName 'Cobbia caledonia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121512'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5100'^^xsd:string;
  dwc:aphiaIdAccepted '121512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6298> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6298'^^xsd:integer;
  dwc:scientificName 'Prochromadorella mediterranea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120708'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6298'^^xsd:string;
  dwc:aphiaIdAccepted '120708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6367> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6367'^^xsd:integer;
  dwc:scientificName 'Spilophorella papillata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6367'^^xsd:string;
  dwc:aphiaIdAccepted '120801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5041> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5041'^^xsd:integer;
  dwc:scientificName 'Microlaimus robustidens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121094'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5041'^^xsd:string;
  dwc:aphiaIdAccepted '121094'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5042> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5042'^^xsd:integer;
  dwc:scientificName 'Microlaimus acinaces'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5042'^^xsd:string;
  dwc:aphiaIdAccepted '121066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5043> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5043'^^xsd:integer;
  dwc:scientificName 'Microlaimus conothelis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5043'^^xsd:string;
  dwc:aphiaIdAccepted '121073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5044> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5044'^^xsd:integer;
  dwc:scientificName 'Microlaimus ostracion'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5044'^^xsd:string;
  dwc:aphiaIdAccepted '121089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5045> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5045'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5045'^^xsd:string;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5046> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5046'^^xsd:integer;
  dwc:scientificName 'Calomicrolaimus parahonestus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '153477'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5046'^^xsd:string;
  dwc:aphiaIdAccepted '121091'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5047> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5047'^^xsd:integer;
  dwc:scientificName 'Calomicrolaimus spirifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5047'^^xsd:string;
  dwc:aphiaIdAccepted '121095'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5048> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5048'^^xsd:integer;
  dwc:scientificName 'Calomicrolaimus acanthus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '153473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5048'^^xsd:string;
  dwc:aphiaIdAccepted '230633'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5049> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5049'^^xsd:integer;
  dwc:scientificName 'Microlaimus monstrosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5049'^^xsd:string;
  dwc:aphiaIdAccepted '121088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3997> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3997'^^xsd:integer;
  dwc:scientificName 'Enoplus schulzi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121797'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3997'^^xsd:string;
  dwc:aphiaIdAccepted '121797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4005> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4005'^^xsd:integer;
  dwc:scientificName 'Monhystera paraambiguoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121465'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4005'^^xsd:string;
  dwc:aphiaIdAccepted '468111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4006> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4006'^^xsd:integer;
  dwc:scientificName 'Dichromadora islandica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4006'^^xsd:string;
  dwc:aphiaIdAccepted '120767'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5039> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5039'^^xsd:integer;
  dwc:scientificName 'Aponema torosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5039'^^xsd:string;
  dwc:aphiaIdAccepted '584245'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5040> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5040'^^xsd:integer;
  dwc:scientificName 'Bolbolaimus teutonicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '153472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5040'^^xsd:string;
  dwc:aphiaIdAccepted '153472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4021> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4021'^^xsd:integer;
  dwc:scientificName 'Sabatieria celtica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4021'^^xsd:string;
  dwc:aphiaIdAccepted '121360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4023> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4023'^^xsd:integer;
  dwc:scientificName 'Dichromadora cephalata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120762'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4023'^^xsd:string;
  dwc:aphiaIdAccepted '120762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4028> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4028'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4028'^^xsd:string;
  dwc:aphiaIdAccepted '121853'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5611> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5611'^^xsd:integer;
  dwc:scientificName 'Monhystera attenuata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5611'^^xsd:string;
  dwc:aphiaIdAccepted '1054762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6079> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6079'^^xsd:integer;
  dwc:scientificName 'Chromadora nudicapitata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6079'^^xsd:string;
  dwc:aphiaIdAccepted '120684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6178> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6178'^^xsd:integer;
  dwc:scientificName 'Cyatholaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120817'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6178'^^xsd:string;
  dwc:aphiaIdAccepted '120817'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6185> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6185'^^xsd:integer;
  dwc:scientificName 'Praeacanthonchus opheliae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120846'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6185'^^xsd:string;
  dwc:aphiaIdAccepted '120846'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6186> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6186'^^xsd:integer;
  dwc:scientificName 'Praeacanthonchus punctatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6186'^^xsd:string;
  dwc:aphiaIdAccepted '120847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5585> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5585'^^xsd:integer;
  dwc:scientificName 'Diplolaimelloides islandicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121433'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5585'^^xsd:string;
  dwc:aphiaIdAccepted '121433'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5591> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5591'^^xsd:integer;
  dwc:scientificName 'Filipjeva arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5591'^^xsd:string;
  dwc:aphiaIdAccepted '121562'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4052> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4052'^^xsd:integer;
  dwc:scientificName 'Trissonchulus benepapillosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121933'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4052'^^xsd:string;
  dwc:aphiaIdAccepted '121933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6653> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6653'^^xsd:integer;
  dwc:scientificName 'Eurystomina cassiterides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122083'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6653'^^xsd:string;
  dwc:aphiaIdAccepted '122083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6654> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6654'^^xsd:integer;
  dwc:scientificName 'Eurystomina terricola'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122092'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6654'^^xsd:string;
  dwc:aphiaIdAccepted '122092'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6655> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6655'^^xsd:integer;
  dwc:scientificName 'Pareurystomina scilloniensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6655'^^xsd:string;
  dwc:aphiaIdAccepted '122103'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6656> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6656'^^xsd:integer;
  dwc:scientificName 'Symplocostoma tenuicolle'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6656'^^xsd:string;
  dwc:aphiaIdAccepted '122120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6657> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6657'^^xsd:integer;
  dwc:scientificName 'Bathylaimus australis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122236'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6657'^^xsd:string;
  dwc:aphiaIdAccepted '122236'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6658> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6658'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6658'^^xsd:string;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6659> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6659'^^xsd:integer;
  dwc:scientificName 'Bathylaimus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122242'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6659'^^xsd:string;
  dwc:aphiaIdAccepted '122242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6660> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6660'^^xsd:integer;
  dwc:scientificName 'Bathylaimus paralongisetosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122246'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6660'^^xsd:string;
  dwc:aphiaIdAccepted '122246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6661> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6661'^^xsd:integer;
  dwc:scientificName 'Bathylaimus stenolaimus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6661'^^xsd:string;
  dwc:aphiaIdAccepted '122248'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6662> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6662'^^xsd:integer;
  dwc:scientificName 'Bathylaimus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6662'^^xsd:string;
  dwc:aphiaIdAccepted '122249'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6663> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6663'^^xsd:integer;
  dwc:scientificName 'Gairleanema anagremilae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122251'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6663'^^xsd:string;
  dwc:aphiaIdAccepted '122251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6664> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6664'^^xsd:integer;
  dwc:scientificName 'Tripyloides gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122252'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6664'^^xsd:string;
  dwc:aphiaIdAccepted '122252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6665> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6665'^^xsd:integer;
  dwc:scientificName 'Tripyloides marinus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6665'^^xsd:string;
  dwc:aphiaIdAccepted '122253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6666> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6666'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6666'^^xsd:string;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6667> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6667'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania minor'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6667'^^xsd:string;
  dwc:aphiaIdAccepted '122228'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5594> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5594'^^xsd:integer;
  dwc:scientificName 'Gammarinema gammari'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121435'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5594'^^xsd:string;
  dwc:aphiaIdAccepted '121435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5490> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5490'^^xsd:integer;
  dwc:scientificName 'Filipjeviella viscosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '1320692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5490'^^xsd:string;
  dwc:aphiaIdAccepted '122219'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4908> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4908'^^xsd:integer;
  dwc:scientificName 'Spiliphera dolichura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4908'^^xsd:string;
  dwc:aphiaIdAccepted '120807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4909> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4909'^^xsd:integer;
  dwc:scientificName 'Atrochromadora microlaima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120675'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4909'^^xsd:string;
  dwc:aphiaIdAccepted '120675'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4910> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4910'^^xsd:integer;
  dwc:scientificName 'Atrochromadora parva'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4910'^^xsd:string;
  dwc:aphiaIdAccepted '120676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4911> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4911'^^xsd:integer;
  dwc:scientificName 'Chromadora macrolaima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4911'^^xsd:string;
  dwc:aphiaIdAccepted '120683'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4912> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4912'^^xsd:integer;
  dwc:scientificName 'Chromadora nudicapitata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4912'^^xsd:string;
  dwc:aphiaIdAccepted '120684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4989> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4989'^^xsd:integer;
  dwc:scientificName 'Praeacanthonchus opheliae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120846'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4989'^^xsd:string;
  dwc:aphiaIdAccepted '120846'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5983> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5983'^^xsd:integer;
  dwc:scientificName 'Ceramonema salsicum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121200'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5983'^^xsd:string;
  dwc:aphiaIdAccepted '121200'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4492> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4492'^^xsd:integer;
  dwc:scientificName 'Mesacanthion ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121891'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4492'^^xsd:string;
  dwc:aphiaIdAccepted '121891'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4494> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4494'^^xsd:integer;
  dwc:scientificName 'Mesacanthion lucifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121895'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4494'^^xsd:string;
  dwc:aphiaIdAccepted '121895'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4495> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4495'^^xsd:integer;
  dwc:scientificName 'Mesacanthion majus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4495'^^xsd:string;
  dwc:aphiaIdAccepted '121896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4496> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4496'^^xsd:integer;
  dwc:scientificName 'Mesacanthion tenuicaudatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4496'^^xsd:string;
  dwc:aphiaIdAccepted '121897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4289> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4289'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus egregius'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122050'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4289'^^xsd:string;
  dwc:aphiaIdAccepted '1510122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4290> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4290'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus filiformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4290'^^xsd:string;
  dwc:aphiaIdAccepted '122051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4293> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4293'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus oxycauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4293'^^xsd:string;
  dwc:aphiaIdAccepted '122054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4296> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4296'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus rotundicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4296'^^xsd:string;
  dwc:aphiaIdAccepted '122057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4297> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4297'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus septentrionalis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4297'^^xsd:string;
  dwc:aphiaIdAccepted '122058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4299> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4299'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus tenuis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4299'^^xsd:string;
  dwc:aphiaIdAccepted '122060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4301> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4301'^^xsd:integer;
  dwc:scientificName 'Wieseria glandulosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4301'^^xsd:string;
  dwc:aphiaIdAccepted '122062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4403> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4403'^^xsd:integer;
  dwc:scientificName 'Anticomopsis typica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121779'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4403'^^xsd:string;
  dwc:aphiaIdAccepted '121779'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4913> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4913'^^xsd:integer;
  dwc:scientificName 'Chromadorella duopapillata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120689'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4913'^^xsd:string;
  dwc:aphiaIdAccepted '120689'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4914> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4914'^^xsd:integer;
  dwc:scientificName 'Chromadorella filiformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120690'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4914'^^xsd:string;
  dwc:aphiaIdAccepted '120690'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4915> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4915'^^xsd:integer;
  dwc:scientificName 'Chromadorina germanica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122280'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4915'^^xsd:string;
  dwc:aphiaIdAccepted '122280'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4916> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4916'^^xsd:integer;
  dwc:scientificName 'Chromadorina cervix'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4916'^^xsd:string;
  dwc:aphiaIdAccepted '122277'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4498> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4498'^^xsd:integer;
  dwc:scientificName 'Paramesacanthion klugei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4498'^^xsd:string;
  dwc:aphiaIdAccepted '121909'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4504> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4504'^^xsd:integer;
  dwc:scientificName 'Enoploides brunettii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121838'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4504'^^xsd:string;
  dwc:aphiaIdAccepted '121838'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4604> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4604'^^xsd:integer;
  dwc:scientificName 'Adoncholaimus lepidus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122124'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4604'^^xsd:string;
  dwc:aphiaIdAccepted '122124'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4607> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4607'^^xsd:integer;
  dwc:scientificName 'Metoncholaimus anthophorus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4607'^^xsd:string;
  dwc:aphiaIdAccepted '122159'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4608> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4608'^^xsd:integer;
  dwc:scientificName 'Metoncholaimus demani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4608'^^xsd:string;
  dwc:aphiaIdAccepted '122160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4753> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4753'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4753'^^xsd:string;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4903> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4903'^^xsd:integer;
  dwc:scientificName 'Epacanthion btschlii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4903'^^xsd:string;
  dwc:aphiaIdAccepted '121868'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4904> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4904'^^xsd:integer;
  dwc:scientificName 'Epacanthion mawsoni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4904'^^xsd:string;
  dwc:aphiaIdAccepted '121875'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4905> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4905'^^xsd:integer;
  dwc:scientificName 'Mesacanthion africanthiforme'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121884'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4905'^^xsd:string;
  dwc:aphiaIdAccepted '121884'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6645> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6645'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6645'^^xsd:string;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4906> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4906'^^xsd:integer;
  dwc:scientificName 'Acantholaimus ewensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4906'^^xsd:string;
  dwc:aphiaIdAccepted '120805'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5485> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5485'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus parasabulicolus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121689'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5485'^^xsd:string;
  dwc:aphiaIdAccepted '121689'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4438> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4438'^^xsd:integer;
  dwc:scientificName 'Thoracostomopsis ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4438'^^xsd:string;
  dwc:aphiaIdAccepted '890850'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4439> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4439'^^xsd:integer;
  dwc:scientificName 'Thoracostomopsis galeata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4439'^^xsd:string;
  dwc:aphiaIdAccepted '121923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4440> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4440'^^xsd:integer;
  dwc:scientificName 'Thoracostomopsis longissima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4440'^^xsd:string;
  dwc:aphiaIdAccepted '121924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4441> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4441'^^xsd:integer;
  dwc:scientificName 'Chaetonema longisetum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4441'^^xsd:string;
  dwc:aphiaIdAccepted '121764'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4444> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4444'^^xsd:integer;
  dwc:scientificName 'Fenestrolaimus murmanicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121880'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4444'^^xsd:string;
  dwc:aphiaIdAccepted '121880'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4445> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4445'^^xsd:integer;
  dwc:scientificName 'Fenestrolaimus profundis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4445'^^xsd:string;
  dwc:aphiaIdAccepted '121881'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4446> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4446'^^xsd:integer;
  dwc:scientificName 'Fenestrolaimus vestitus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4446'^^xsd:string;
  dwc:aphiaIdAccepted '121882'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4448> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4448'^^xsd:integer;
  dwc:scientificName 'Oxyonchus acantholaimus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121901'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4448'^^xsd:string;
  dwc:aphiaIdAccepted '121901'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4449> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4449'^^xsd:integer;
  dwc:scientificName 'Oxyonchus dentatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4449'^^xsd:string;
  dwc:aphiaIdAccepted '121902'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5487> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5487'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus parastenosoma (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121690'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5487'^^xsd:string;
  dwc:aphiaIdAccepted '121690'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5488> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5488'^^xsd:integer;
  dwc:scientificName 'Eumorpholaimus digiticaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5488'^^xsd:string;
  dwc:aphiaIdAccepted '584278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5489> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5489'^^xsd:integer;
  dwc:scientificName 'Eumorpholaimus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121693'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5489'^^xsd:string;
  dwc:aphiaIdAccepted '584282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6646> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6646'^^xsd:integer;
  dwc:scientificName 'Viscosia cobbi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6646'^^xsd:string;
  dwc:aphiaIdAccepted '122136'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6647> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6647'^^xsd:integer;
  dwc:scientificName 'Viscosia glabra'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6647'^^xsd:string;
  dwc:aphiaIdAccepted '122141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6648> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6648'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6648'^^xsd:string;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6649> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6649'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6649'^^xsd:string;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6650> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6650'^^xsd:integer;
  dwc:scientificName 'Belbolla galanachmorae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122070'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6650'^^xsd:string;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6651> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6651'^^xsd:integer;
  dwc:scientificName 'Calyptronema maxweberi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122076'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6651'^^xsd:string;
  dwc:aphiaIdAccepted '122076'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6652> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6652'^^xsd:integer;
  dwc:scientificName 'Eurystomina ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6652'^^xsd:string;
  dwc:aphiaIdAccepted '122087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5700> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5700'^^xsd:integer;
  dwc:scientificName 'Theristus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121609'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5700'^^xsd:string;
  dwc:aphiaIdAccepted '121609'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5705> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5705'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5705'^^xsd:string;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5706> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5706'^^xsd:integer;
  dwc:scientificName 'Theristus leptosoma (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121618'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5706'^^xsd:string;
  dwc:aphiaIdAccepted '121618'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4012> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4012'^^xsd:integer;
  dwc:scientificName 'Desmodora scaldensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4012'^^xsd:string;
  dwc:aphiaIdAccepted '120982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4124> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4124'^^xsd:integer;
  dwc:scientificName 'Paramesacanthion oxycephalum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4124'^^xsd:string;
  dwc:aphiaIdAccepted '121911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4125> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4125'^^xsd:integer;
  dwc:scientificName 'Enoploides labrostriatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121844'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4125'^^xsd:string;
  dwc:aphiaIdAccepted '121844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4036> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4036'^^xsd:integer;
  dwc:scientificName 'Odontophora longisetosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121326'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4036'^^xsd:string;
  dwc:aphiaIdAccepted '121326'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4049> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4049'^^xsd:integer;
  dwc:scientificName 'Dolicholaimus marioni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4049'^^xsd:string;
  dwc:aphiaIdAccepted '121927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4126> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4126'^^xsd:integer;
  dwc:scientificName 'Enoploides spiculohamatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121846'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4126'^^xsd:string;
  dwc:aphiaIdAccepted '121846'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4128> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4128'^^xsd:integer;
  dwc:scientificName 'Epacanthion btschlii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4128'^^xsd:string;
  dwc:aphiaIdAccepted '121868'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4490> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4490'^^xsd:integer;
  dwc:scientificName 'Mesacanthion breviseta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4490'^^xsd:string;
  dwc:aphiaIdAccepted '121888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4603> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4603'^^xsd:integer;
  dwc:scientificName 'Adoncholaimus islandicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122123'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4603'^^xsd:string;
  dwc:aphiaIdAccepted '122123'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4902> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4902'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4902'^^xsd:string;
  dwc:aphiaIdAccepted '121858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4986> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4986'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4986'^^xsd:string;
  dwc:aphiaIdAccepted '120892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5051> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5051'^^xsd:integer;
  dwc:scientificName 'Molgolaimus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '153140'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5051'^^xsd:string;
  dwc:aphiaIdAccepted '153140'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5132> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5132'^^xsd:integer;
  dwc:scientificName 'Daptonema buetschlii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121521'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5132'^^xsd:string;
  dwc:aphiaIdAccepted '416496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5681> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5681'^^xsd:integer;
  dwc:scientificName 'Steineria pilosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121598'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5681'^^xsd:string;
  dwc:aphiaIdAccepted '121598'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4907> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4907'^^xsd:integer;
  dwc:scientificName 'Spiliphera gracilicauda (sp incertae sedis)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4907'^^xsd:string;
  dwc:aphiaIdAccepted '120809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4613> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4613'^^xsd:integer;
  dwc:scientificName 'Oncholaimus brevicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4613'^^xsd:string;
  dwc:aphiaIdAccepted '122166'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4616> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4616'^^xsd:integer;
  dwc:scientificName 'Oncholaimus conicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122168'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4616'^^xsd:string;
  dwc:aphiaIdAccepted '122168'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4619> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4619'^^xsd:integer;
  dwc:scientificName 'Oncholaimus curvicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4619'^^xsd:string;
  dwc:aphiaIdAccepted '122169'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4620> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4620'^^xsd:integer;
  dwc:scientificName 'Oncholaimus donsi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4620'^^xsd:string;
  dwc:aphiaIdAccepted '122170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4621> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4621'^^xsd:integer;
  dwc:scientificName 'Oncholaimus groenlandicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122172'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4621'^^xsd:string;
  dwc:aphiaIdAccepted '122172'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5796> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5796'^^xsd:integer;
  dwc:scientificName 'Synonema obtusicaudatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5796'^^xsd:string;
  dwc:aphiaIdAccepted '121060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5798> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5798'^^xsd:integer;
  dwc:scientificName 'Synonema triadenophorum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121061'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5798'^^xsd:string;
  dwc:aphiaIdAccepted '121061'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5800> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5800'^^xsd:integer;
  dwc:scientificName 'Crassolaimus bipapillatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121063'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5800'^^xsd:string;
  dwc:aphiaIdAccepted '121063'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5801> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5801'^^xsd:integer;
  dwc:scientificName 'Crassolaimus conicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5801'^^xsd:string;
  dwc:aphiaIdAccepted '121064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5803> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5803'^^xsd:integer;
  dwc:scientificName 'Microlaimus acuticaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5803'^^xsd:string;
  dwc:aphiaIdAccepted '121067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4708> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4708'^^xsd:integer;
  dwc:scientificName 'Symplocostoma reisingeri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122119'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4708'^^xsd:string;
  dwc:aphiaIdAccepted '122119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4714> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4714'^^xsd:integer;
  dwc:scientificName 'Araeolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4714'^^xsd:string;
  dwc:aphiaIdAccepted '121383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5054> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5054'^^xsd:integer;
  dwc:scientificName 'Monoposthia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121106'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5054'^^xsd:string;
  dwc:aphiaIdAccepted '121106'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5144> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5144'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus cobbi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5144'^^xsd:string;
  dwc:aphiaIdAccepted '121749'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5691> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5691'^^xsd:integer;
  dwc:scientificName 'Theristus tenuicaudatus (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5691'^^xsd:string;
  dwc:aphiaIdAccepted '121639'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5692> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5692'^^xsd:integer;
  dwc:scientificName 'Theristus acer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5692'^^xsd:string;
  dwc:aphiaIdAccepted '121601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4489> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4489'^^xsd:integer;
  dwc:scientificName 'Mesacanthion banale'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121887'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4489'^^xsd:string;
  dwc:aphiaIdAccepted '121887'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6310> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6310'^^xsd:integer;
  dwc:scientificName 'Punctodora ratzeburgensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6310'^^xsd:string;
  dwc:aphiaIdAccepted '120717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5300> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5300'^^xsd:integer;
  dwc:scientificName 'Axonolaimus ponticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5300'^^xsd:string;
  dwc:aphiaIdAccepted '121313'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5303> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5303'^^xsd:integer;
  dwc:scientificName 'Axonolaimus schuurmansstekhoveni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5303'^^xsd:string;
  dwc:aphiaIdAccepted '121314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5304> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5304'^^xsd:integer;
  dwc:scientificName 'Axonolaimus setosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121315'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5304'^^xsd:string;
  dwc:aphiaIdAccepted '121315'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5308> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5308'^^xsd:integer;
  dwc:scientificName 'Axonolaimus tirrenicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5308'^^xsd:string;
  dwc:aphiaIdAccepted '121317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5658> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5658'^^xsd:integer;
  dwc:scientificName 'Monhystera sabulicola (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5658'^^xsd:string;
  dwc:aphiaIdAccepted '1055638'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6506> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6506'^^xsd:integer;
  dwc:scientificName 'Diplopeltula lucanica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121413'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6506'^^xsd:string;
  dwc:aphiaIdAccepted '1057003'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6306> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6306'^^xsd:integer;
  dwc:scientificName 'Prochromadorella subterranea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6306'^^xsd:string;
  dwc:aphiaIdAccepted '120715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4671> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4671'^^xsd:integer;
  dwc:scientificName 'Ledovitia longiseta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122094'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4671'^^xsd:string;
  dwc:aphiaIdAccepted '122094'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4970> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4970'^^xsd:integer;
  dwc:scientificName 'Neotonchus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4970'^^xsd:string;
  dwc:aphiaIdAccepted '120914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4406> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4406'^^xsd:integer;
  dwc:scientificName 'Klugea pigmentata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4406'^^xsd:string;
  dwc:aphiaIdAccepted '121805'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4407> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4407'^^xsd:integer;
  dwc:scientificName 'Klugea trilabia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4407'^^xsd:string;
  dwc:aphiaIdAccepted '121808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4408> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4408'^^xsd:integer;
  dwc:scientificName 'Klugea filiformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121804'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4408'^^xsd:string;
  dwc:aphiaIdAccepted '121804'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4410> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4410'^^xsd:integer;
  dwc:scientificName 'Klugea polare'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4410'^^xsd:string;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4412> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4412'^^xsd:integer;
  dwc:scientificName 'Micoletzkyia elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4412'^^xsd:string;
  dwc:aphiaIdAccepted '121809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4415> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4415'^^xsd:integer;
  dwc:scientificName 'Micoletzkyia parelegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121812'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4415'^^xsd:string;
  dwc:aphiaIdAccepted '121812'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4417> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4417'^^xsd:integer;
  dwc:scientificName 'Phanoderma islandicum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4417'^^xsd:string;
  dwc:aphiaIdAccepted '121825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4418> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4418'^^xsd:integer;
  dwc:scientificName 'Phanoderma albidum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4418'^^xsd:string;
  dwc:aphiaIdAccepted '121818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6300> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6300'^^xsd:integer;
  dwc:scientificName 'Prochromadorella neapolitana'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6300'^^xsd:string;
  dwc:aphiaIdAccepted '120709'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6302> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6302'^^xsd:integer;
  dwc:scientificName 'Prochromadorella norwegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6302'^^xsd:string;
  dwc:aphiaIdAccepted '120710'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6303> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6303'^^xsd:integer;
  dwc:scientificName 'Prochromadorella obtusidens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120711'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6303'^^xsd:string;
  dwc:aphiaIdAccepted '120711'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4658> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4658'^^xsd:integer;
  dwc:scientificName 'Ditlevsenella inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4658'^^xsd:string;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4660> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4660'^^xsd:integer;
  dwc:scientificName 'Belbolla teissieri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4660'^^xsd:string;
  dwc:aphiaIdAccepted '122071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4661> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4661'^^xsd:integer;
  dwc:scientificName 'Eurystomina filiformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122084'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4661'^^xsd:string;
  dwc:aphiaIdAccepted '122087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4670> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4670'^^xsd:integer;
  dwc:scientificName 'Ledovitia hirsuta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122093'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4670'^^xsd:string;
  dwc:aphiaIdAccepted '122093'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4237> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4237'^^xsd:integer;
  dwc:scientificName 'Bathylaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4237'^^xsd:string;
  dwc:aphiaIdAccepted '122241'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4597> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4597'^^xsd:integer;
  dwc:scientificName 'Viscosia parva'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4597'^^xsd:string;
  dwc:aphiaIdAccepted '122151'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4598> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4598'^^xsd:integer;
  dwc:scientificName 'Viscosia stenolaima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4598'^^xsd:string;
  dwc:aphiaIdAccepted '122155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4599> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4599'^^xsd:integer;
  dwc:scientificName 'Adoncholaimus derjugini'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4599'^^xsd:string;
  dwc:aphiaIdAccepted '122121'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4600> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4600'^^xsd:integer;
  dwc:scientificName 'Adoncholaimus fuscus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4600'^^xsd:string;
  dwc:aphiaIdAccepted '122122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4239> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4239'^^xsd:integer;
  dwc:scientificName 'Bathylaimus longisetosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4239'^^xsd:string;
  dwc:aphiaIdAccepted '122243'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4243> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4243'^^xsd:integer;
  dwc:scientificName 'Bathylaimus macramphis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4243'^^xsd:string;
  dwc:aphiaIdAccepted '122244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4245> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4245'^^xsd:integer;
  dwc:scientificName 'Bathylaimus parafilicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122245'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4245'^^xsd:string;
  dwc:aphiaIdAccepted '228204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4247> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4247'^^xsd:integer;
  dwc:scientificName 'Bathylaimus septentrionalis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4247'^^xsd:string;
  dwc:aphiaIdAccepted '122247'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4248> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4248'^^xsd:integer;
  dwc:scientificName 'Bathylaimus zostericola'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122250'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4248'^^xsd:string;
  dwc:aphiaIdAccepted '122250'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4250> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4250'^^xsd:integer;
  dwc:scientificName 'Litinium simplex'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4250'^^xsd:string;
  dwc:aphiaIdAccepted '122027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4130> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4130'^^xsd:integer;
  dwc:scientificName 'Enoplus communis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4130'^^xsd:string;
  dwc:aphiaIdAccepted '121784'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5918> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5918'^^xsd:integer;
  dwc:scientificName 'Daptonema buetschlii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121521'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5918'^^xsd:string;
  dwc:aphiaIdAccepted '416496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5973> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5973'^^xsd:integer;
  dwc:scientificName 'Xennella suecica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5973'^^xsd:string;
  dwc:aphiaIdAccepted '122271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5577> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5577'^^xsd:integer;
  dwc:scientificName 'Diplolaimella monhysteroides (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121425'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5577'^^xsd:string;
  dwc:aphiaIdAccepted '121425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4133> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4133'^^xsd:integer;
  dwc:scientificName 'Enoplus brevis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121783'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4133'^^xsd:string;
  dwc:aphiaIdAccepted '121783'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4139> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4139'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania major'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4139'^^xsd:string;
  dwc:aphiaIdAccepted '122226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4235> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4235'^^xsd:integer;
  dwc:scientificName 'Bathylaimus dentatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4235'^^xsd:string;
  dwc:aphiaIdAccepted '122239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4236> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4236'^^xsd:integer;
  dwc:scientificName 'Bathylaimus denticaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122240'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4236'^^xsd:string;
  dwc:aphiaIdAccepted '122240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4565> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4565'^^xsd:integer;
  dwc:scientificName 'Pelagonema angusticavatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4565'^^xsd:string;
  dwc:aphiaIdAccepted '122194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4567> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4567'^^xsd:integer;
  dwc:scientificName 'Pelagonema norvegicum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4567'^^xsd:string;
  dwc:aphiaIdAccepted '122195'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4569> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4569'^^xsd:integer;
  dwc:scientificName 'Pelagonema propinquum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122198'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4569'^^xsd:string;
  dwc:aphiaIdAccepted '122198'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4384> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4384'^^xsd:integer;
  dwc:scientificName 'Thoracostoma sivertensi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4384'^^xsd:string;
  dwc:aphiaIdAccepted '121998'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4518> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4518'^^xsd:integer;
  dwc:scientificName 'Epacanthion enoploidiforme'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121871'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4518'^^xsd:string;
  dwc:aphiaIdAccepted '121871'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4592> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4592'^^xsd:integer;
  dwc:scientificName 'Viscosia megalaima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122146'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4592'^^xsd:string;
  dwc:aphiaIdAccepted '122146'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5913> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5913'^^xsd:integer;
  dwc:scientificName 'Leptonemella parabullata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5913'^^xsd:string;
  dwc:aphiaIdAccepted '121038'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5492> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5492'^^xsd:integer;
  dwc:scientificName 'Pandolaimus latilaimus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5492'^^xsd:string;
  dwc:aphiaIdAccepted '122219'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5493> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5493'^^xsd:integer;
  dwc:scientificName 'Anticyclus exilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121699'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5493'^^xsd:string;
  dwc:aphiaIdAccepted '121699'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5496> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5496'^^xsd:integer;
  dwc:scientificName 'Nudora thorakista'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121110'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5496'^^xsd:string;
  dwc:aphiaIdAccepted '121110'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5566> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5566'^^xsd:integer;
  dwc:scientificName 'Daptonema trabeculosum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121556'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5566'^^xsd:string;
  dwc:aphiaIdAccepted '121556'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5568> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5568'^^xsd:integer;
  dwc:scientificName 'Daptonema paradonsi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121542'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5568'^^xsd:string;
  dwc:aphiaIdAccepted '121542'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5572> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5572'^^xsd:integer;
  dwc:scientificName 'Daptonema svalbardense'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5572'^^xsd:string;
  dwc:aphiaIdAccepted '121554'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5573> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5573'^^xsd:integer;
  dwc:scientificName 'Daptonema tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5573'^^xsd:string;
  dwc:aphiaIdAccepted '121555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4453> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4453'^^xsd:integer;
  dwc:scientificName 'Oxyonchus hamatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4453'^^xsd:string;
  dwc:aphiaIdAccepted '121904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4557> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4557'^^xsd:integer;
  dwc:scientificName 'Anoplostoma blanchardi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4557'^^xsd:string;
  dwc:aphiaIdAccepted '160903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4559> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4559'^^xsd:integer;
  dwc:scientificName 'Anoplostoma elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121761'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4559'^^xsd:string;
  dwc:aphiaIdAccepted '121761'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4560> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4560'^^xsd:integer;
  dwc:scientificName 'Anoplostoma exceptum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121762'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4560'^^xsd:string;
  dwc:aphiaIdAccepted '121762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5820> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5820'^^xsd:integer;
  dwc:scientificName 'Calomicrolaimus honestus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '153474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5820'^^xsd:string;
  dwc:aphiaIdAccepted '121082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5907> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5907'^^xsd:integer;
  dwc:scientificName 'Eubostrichus phalacrus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121032'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5907'^^xsd:string;
  dwc:aphiaIdAccepted '121032'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5909> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5909'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5909'^^xsd:string;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5911> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5911'^^xsd:integer;
  dwc:scientificName 'Leptonemella froeyensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5911'^^xsd:string;
  dwc:aphiaIdAccepted '121036'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5816> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5816'^^xsd:integer;
  dwc:scientificName 'Microlaimus globiceps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5816'^^xsd:string;
  dwc:aphiaIdAccepted '121080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5813> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5813'^^xsd:integer;
  dwc:scientificName 'Bolbolaimus dentatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '153468'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5813'^^xsd:string;
  dwc:aphiaIdAccepted '842795'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5815> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5815'^^xsd:integer;
  dwc:scientificName 'Microlaimus donsi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5815'^^xsd:string;
  dwc:aphiaIdAccepted '121079'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4404> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4404'^^xsd:integer;
  dwc:scientificName 'Crenopharynx gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4404'^^xsd:string;
  dwc:aphiaIdAccepted '121801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4917> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4917'^^xsd:integer;
  dwc:scientificName 'Chromadorina granulopigmentata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4917'^^xsd:string;
  dwc:aphiaIdAccepted '122281'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6083> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6083'^^xsd:integer;
  dwc:scientificName 'Chromadorella filiformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120690'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6083'^^xsd:string;
  dwc:aphiaIdAccepted '120690'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5708> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5708'^^xsd:integer;
  dwc:scientificName 'Theristus pertenuis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121631'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5708'^^xsd:string;
  dwc:aphiaIdAccepted '121631'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5714> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5714'^^xsd:integer;
  dwc:scientificName 'Theristus roscoffiensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5714'^^xsd:string;
  dwc:aphiaIdAccepted '121634'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5807> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5807'^^xsd:integer;
  dwc:scientificName 'Microlaimus borealis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121070'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5807'^^xsd:string;
  dwc:aphiaIdAccepted '121070'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6195> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6195'^^xsd:integer;
  dwc:scientificName 'Gammanema rapax (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120934'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6195'^^xsd:string;
  dwc:aphiaIdAccepted '120934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6197> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6197'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus dolichurus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120936'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6197'^^xsd:string;
  dwc:aphiaIdAccepted '120936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6201> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6201'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus robustus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120940'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6201'^^xsd:string;
  dwc:aphiaIdAccepted '120940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4984> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4984'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus macrodon'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120884'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4984'^^xsd:string;
  dwc:aphiaIdAccepted '120884'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4971> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4971'^^xsd:integer;
  dwc:scientificName 'Nannolaimus fusus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4971'^^xsd:string;
  dwc:aphiaIdAccepted '120852'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4972> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4972'^^xsd:integer;
  dwc:scientificName 'Trichethmolaimus hirsutus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4972'^^xsd:string;
  dwc:aphiaIdAccepted '1497563'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4973> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4973'^^xsd:integer;
  dwc:scientificName 'Pomponema sedecima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4973'^^xsd:string;
  dwc:aphiaIdAccepted '120866'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4974> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4974'^^xsd:integer;
  dwc:scientificName 'Pomponema reducta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161045'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4974'^^xsd:string;
  dwc:aphiaIdAccepted '120865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4975> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4975'^^xsd:integer;
  dwc:scientificName 'Pomponema debile'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120860'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4975'^^xsd:string;
  dwc:aphiaIdAccepted '120860'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4976> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4976'^^xsd:integer;
  dwc:scientificName 'Pomponema tesselatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4976'^^xsd:string;
  dwc:aphiaIdAccepted '120868'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4977> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4977'^^xsd:integer;
  dwc:scientificName 'Pomponema multipapillatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120864'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4977'^^xsd:string;
  dwc:aphiaIdAccepted '120864'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4978> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4978'^^xsd:integer;
  dwc:scientificName 'Cyatholaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120817'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4978'^^xsd:string;
  dwc:aphiaIdAccepted '120817'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4979> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4979'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus caecus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120877'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4979'^^xsd:string;
  dwc:aphiaIdAccepted '120877'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4980> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4980'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus heterodontus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120880'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4980'^^xsd:string;
  dwc:aphiaIdAccepted '120880'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4981> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4981'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus platti'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120891'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4981'^^xsd:string;
  dwc:aphiaIdAccepted '120891'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4982> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4982'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus thaumasius'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120896'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4982'^^xsd:string;
  dwc:aphiaIdAccepted '120896'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4983> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4983'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4983'^^xsd:string;
  dwc:aphiaIdAccepted '120882'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5312> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5312'^^xsd:integer;
  dwc:scientificName 'Margonema longisetosum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121320'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5312'^^xsd:string;
  dwc:aphiaIdAccepted '121320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5314> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5314'^^xsd:integer;
  dwc:scientificName 'Odontophora armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5314'^^xsd:string;
  dwc:aphiaIdAccepted '121322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6190> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6190'^^xsd:integer;
  dwc:scientificName 'Choniolaimus papillatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6190'^^xsd:string;
  dwc:aphiaIdAccepted '120928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6192> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6192'^^xsd:integer;
  dwc:scientificName 'Gammanema conicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6192'^^xsd:string;
  dwc:aphiaIdAccepted '120932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5659> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5659'^^xsd:integer;
  dwc:scientificName 'Monhystera socialis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121475'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5659'^^xsd:string;
  dwc:aphiaIdAccepted '584107'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5662> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5662'^^xsd:integer;
  dwc:scientificName 'Monhystera trichura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121477'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5662'^^xsd:string;
  dwc:aphiaIdAccepted '1054746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5664> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5664'^^xsd:integer;
  dwc:scientificName 'Monhystera vulgaris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121478'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5664'^^xsd:string;
  dwc:aphiaIdAccepted '583190'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5665> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5665'^^xsd:integer;
  dwc:scientificName 'Paramonohystera megacephala'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121583'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5665'^^xsd:string;
  dwc:aphiaIdAccepted '121583'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5762> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5762'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus abyssorum (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5762'^^xsd:string;
  dwc:aphiaIdAccepted '121483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5763> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5763'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus balticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121484'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5763'^^xsd:string;
  dwc:aphiaIdAccepted '121484'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5755> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5755'^^xsd:integer;
  dwc:scientificName 'Rhynchonema lyngei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121592'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5755'^^xsd:string;
  dwc:aphiaIdAccepted '121592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6614> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6614'^^xsd:integer;
  dwc:scientificName 'Eusynonchus brevisetosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121971'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6614'^^xsd:string;
  dwc:aphiaIdAccepted '121971'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5766> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5766'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus brevicollis (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121485'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5766'^^xsd:string;
  dwc:aphiaIdAccepted '121485'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5769> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5769'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121489'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5769'^^xsd:string;
  dwc:aphiaIdAccepted '121489'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6345> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6345'^^xsd:integer;
  dwc:scientificName 'Chromadorita norvegica (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120754'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6345'^^xsd:string;
  dwc:aphiaIdAccepted '120710'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6611> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6611'^^xsd:integer;
  dwc:scientificName 'Pseudocella coeca'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6611'^^xsd:string;
  dwc:aphiaIdAccepted '121986'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6612> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6612'^^xsd:integer;
  dwc:scientificName 'Pseudocella trichodes'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121990'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6612'^^xsd:string;
  dwc:aphiaIdAccepted '121990'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6613> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6613'^^xsd:integer;
  dwc:scientificName 'Synonchus fasciculatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6613'^^xsd:string;
  dwc:aphiaIdAccepted '121977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6606> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6606'^^xsd:integer;
  dwc:scientificName 'Trissonchulus obtusus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121934'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6606'^^xsd:string;
  dwc:aphiaIdAccepted '121934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6607> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6607'^^xsd:integer;
  dwc:scientificName 'Trissonchulus oceanus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121935'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6607'^^xsd:string;
  dwc:aphiaIdAccepted '121935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6608> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6608'^^xsd:integer;
  dwc:scientificName 'Leptosomatides euxina'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '160922'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6608'^^xsd:string;
  dwc:aphiaIdAccepted '121948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6609> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6609'^^xsd:integer;
  dwc:scientificName 'Leptosomatum elongatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6609'^^xsd:string;
  dwc:aphiaIdAccepted '121957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6610> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6610'^^xsd:integer;
  dwc:scientificName 'Platycoma cephalata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6610'^^xsd:string;
  dwc:aphiaIdAccepted '121965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6332> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6332'^^xsd:integer;
  dwc:scientificName 'Chromadorita demaniana'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6332'^^xsd:string;
  dwc:aphiaIdAccepted '120744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6336> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6336'^^xsd:integer;
  dwc:scientificName 'Chromadorita guidoschneideri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120746'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6336'^^xsd:string;
  dwc:aphiaIdAccepted '120746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6338> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6338'^^xsd:integer;
  dwc:scientificName 'Chromadorita heterophya'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120747'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6338'^^xsd:string;
  dwc:aphiaIdAccepted '120747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6340> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6340'^^xsd:integer;
  dwc:scientificName 'Chromadorita hyalocephala'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6340'^^xsd:string;
  dwc:aphiaIdAccepted '120748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6341> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6341'^^xsd:integer;
  dwc:scientificName 'Chromadorita leuckarti'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6341'^^xsd:string;
  dwc:aphiaIdAccepted '120749'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6343> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6343'^^xsd:integer;
  dwc:scientificName 'Chromadorita minima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120750'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6343'^^xsd:string;
  dwc:aphiaIdAccepted '120750'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4305> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4305'^^xsd:integer;
  dwc:scientificName 'Wieseria longiseta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4305'^^xsd:string;
  dwc:aphiaIdAccepted '122066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4388> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4388'^^xsd:integer;
  dwc:scientificName 'Triodontolaimus acutus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4388'^^xsd:string;
  dwc:aphiaIdAccepted '122231'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4278> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4278'^^xsd:integer;
  dwc:scientificName 'Oxystomina brevicaudata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4278'^^xsd:string;
  dwc:aphiaIdAccepted '122036'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4280> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4280'^^xsd:integer;
  dwc:scientificName 'Oxystomina filicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122039'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4280'^^xsd:string;
  dwc:aphiaIdAccepted '122039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4281> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4281'^^xsd:integer;
  dwc:scientificName 'Oxystomina islandica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122040'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4281'^^xsd:string;
  dwc:aphiaIdAccepted '122040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4282> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4282'^^xsd:integer;
  dwc:scientificName 'Oxystomina nidrosiensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4282'^^xsd:string;
  dwc:aphiaIdAccepted '122041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4283> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4283'^^xsd:integer;
  dwc:scientificName 'Oxystomina novozemelica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4283'^^xsd:string;
  dwc:aphiaIdAccepted '122042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4284> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4284'^^xsd:integer;
  dwc:scientificName 'Oxystomina nuda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122043'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4284'^^xsd:string;
  dwc:aphiaIdAccepted '122043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4386> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4386'^^xsd:integer;
  dwc:scientificName 'Thoracostoma zolae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122000'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4386'^^xsd:string;
  dwc:aphiaIdAccepted '122000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6452> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6452'^^xsd:integer;
  dwc:scientificName 'Longicyatholaimus longicaudatus (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120832'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6452'^^xsd:string;
  dwc:aphiaIdAccepted '120832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6457> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6457'^^xsd:integer;
  dwc:scientificName 'Marylynnia effilata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120836'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6457'^^xsd:string;
  dwc:aphiaIdAccepted '834609'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6161> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6161'^^xsd:integer;
  dwc:scientificName 'Pomponema reducta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161045'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6161'^^xsd:string;
  dwc:aphiaIdAccepted '120865'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4092> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4092'^^xsd:integer;
  dwc:scientificName 'Synonchus fasciculatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4092'^^xsd:string;
  dwc:aphiaIdAccepted '121977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6223> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6223'^^xsd:integer;
  dwc:scientificName 'Dolichosomatum klatti'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6223'^^xsd:string;
  dwc:aphiaIdAccepted '121343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6234> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6234'^^xsd:integer;
  dwc:scientificName 'Sabatieria dodecaspapillata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161240'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6234'^^xsd:string;
  dwc:aphiaIdAccepted '161240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4421> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4421'^^xsd:integer;
  dwc:scientificName 'Phanoderma annulocaudatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121819'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4421'^^xsd:string;
  dwc:aphiaIdAccepted '121819'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4422> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4422'^^xsd:integer;
  dwc:scientificName 'Phanoderma conicaudatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121823'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4422'^^xsd:string;
  dwc:aphiaIdAccepted '423523'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4391> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4391'^^xsd:integer;
  dwc:scientificName 'Anticoma brevicaudata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4391'^^xsd:string;
  dwc:aphiaIdAccepted '121769'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4392> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4392'^^xsd:integer;
  dwc:scientificName 'Anticoma brevisetosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4392'^^xsd:string;
  dwc:aphiaIdAccepted '121770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4393> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4393'^^xsd:integer;
  dwc:scientificName 'Anticoma eberthi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4393'^^xsd:string;
  dwc:aphiaIdAccepted '121771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4395> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4395'^^xsd:integer;
  dwc:scientificName 'Anticoma insulaealbae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121772'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4395'^^xsd:string;
  dwc:aphiaIdAccepted '121772'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4396> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4396'^^xsd:integer;
  dwc:scientificName 'Anticoma longicaudata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4396'^^xsd:string;
  dwc:aphiaIdAccepted '121773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4397> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4397'^^xsd:integer;
  dwc:scientificName 'Anticoma minor'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121774'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4397'^^xsd:string;
  dwc:aphiaIdAccepted '121774'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4398> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4398'^^xsd:integer;
  dwc:scientificName 'Odontanticoma murmanica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '160917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4398'^^xsd:string;
  dwc:aphiaIdAccepted '160917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4399> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4399'^^xsd:integer;
  dwc:scientificName 'Anticoma pellucida'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4399'^^xsd:string;
  dwc:aphiaIdAccepted '231166'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5058> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5058'^^xsd:integer;
  dwc:scientificName 'Dagda bipapillata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121255'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5058'^^xsd:string;
  dwc:aphiaIdAccepted '121255'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4525> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4525'^^xsd:integer;
  dwc:scientificName 'Filipjevia macrolabiata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4525'^^xsd:string;
  dwc:aphiaIdAccepted '121883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4526> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4526'^^xsd:integer;
  dwc:scientificName 'Mesacanthoides caputmedusae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121899'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4526'^^xsd:string;
  dwc:aphiaIdAccepted '121899'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5056> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5056'^^xsd:integer;
  dwc:scientificName 'Antomicron elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5056'^^xsd:string;
  dwc:aphiaIdAccepted '121248'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5057> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5057'^^xsd:integer;
  dwc:scientificName 'Cricolaimus elongatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121252'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5057'^^xsd:string;
  dwc:aphiaIdAccepted '121252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6266> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6266'^^xsd:integer;
  dwc:scientificName 'Chromadorina erythrophthalma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6266'^^xsd:string;
  dwc:aphiaIdAccepted '122279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6559> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6559'^^xsd:integer;
  dwc:scientificName 'Enoplus communis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6559'^^xsd:string;
  dwc:aphiaIdAccepted '121784'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6560> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6560'^^xsd:integer;
  dwc:scientificName 'Enoplus schulzi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121797'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6560'^^xsd:string;
  dwc:aphiaIdAccepted '121797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6561> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6561'^^xsd:integer;
  dwc:scientificName 'Enoplus littoralis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6561'^^xsd:string;
  dwc:aphiaIdAccepted '121790'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6562> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6562'^^xsd:integer;
  dwc:scientificName 'Anoplostoma exceptum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121762'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6562'^^xsd:string;
  dwc:aphiaIdAccepted '121762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6563> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6563'^^xsd:integer;
  dwc:scientificName 'Choanolaimus psammophilus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6563'^^xsd:string;
  dwc:aphiaIdAccepted '120924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6564> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6564'^^xsd:integer;
  dwc:scientificName 'Nudora thorakista'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121110'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6564'^^xsd:string;
  dwc:aphiaIdAccepted '121110'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6565> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6565'^^xsd:integer;
  dwc:scientificName 'Denticulella stygia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6565'^^xsd:string;
  dwc:aphiaIdAccepted '423636'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6566> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6566'^^xsd:integer;
  dwc:scientificName 'Chromaspirina thieryi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121009'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6566'^^xsd:string;
  dwc:aphiaIdAccepted '121009'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6567> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6567'^^xsd:integer;
  dwc:scientificName 'Tripyloides acherusius'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '160999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6567'^^xsd:string;
  dwc:aphiaIdAccepted '160999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6568> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6568'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus conicollis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6568'^^xsd:string;
  dwc:aphiaIdAccepted '121852'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6569> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6569'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus psammae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121861'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6569'^^xsd:string;
  dwc:aphiaIdAccepted '121861'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6570> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6570'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus litoralis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121857'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6570'^^xsd:string;
  dwc:aphiaIdAccepted '121857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6571> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6571'^^xsd:integer;
  dwc:scientificName 'Oncholaimus campylocercoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122167'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6571'^^xsd:string;
  dwc:aphiaIdAccepted '122167'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6572> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6572'^^xsd:integer;
  dwc:scientificName 'Pareurystomina acuminata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122097'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6572'^^xsd:string;
  dwc:aphiaIdAccepted '122097'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4094> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4094'^^xsd:integer;
  dwc:scientificName 'Deontostoma arcticum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4094'^^xsd:string;
  dwc:aphiaIdAccepted '121982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4095> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4095'^^xsd:integer;
  dwc:scientificName 'Pseudocella coeca'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4095'^^xsd:string;
  dwc:aphiaIdAccepted '121986'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4096> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4096'^^xsd:integer;
  dwc:scientificName 'Pseudocella trichodes'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121990'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4096'^^xsd:string;
  dwc:aphiaIdAccepted '121990'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4098> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4098'^^xsd:integer;
  dwc:scientificName 'Thoracostoma coronatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4098'^^xsd:string;
  dwc:aphiaIdAccepted '121993'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4101> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4101'^^xsd:integer;
  dwc:scientificName 'Anticoma acuminata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4101'^^xsd:string;
  dwc:aphiaIdAccepted '121767'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4105> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4105'^^xsd:integer;
  dwc:scientificName 'Crenopharynx marioni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4105'^^xsd:string;
  dwc:aphiaIdAccepted '121802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4199> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4199'^^xsd:integer;
  dwc:scientificName 'Oncholaimus viridis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4199'^^xsd:string;
  dwc:aphiaIdAccepted '122187'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4201> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4201'^^xsd:integer;
  dwc:scientificName 'Pontonema macrolaimus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4201'^^xsd:string;
  dwc:aphiaIdAccepted '122210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4253> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4253'^^xsd:integer;
  dwc:scientificName 'Trefusia filicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4253'^^xsd:string;
  dwc:aphiaIdAccepted '122264'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4522> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4522'^^xsd:integer;
  dwc:scientificName 'Epacanthion incurvatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121874'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4522'^^xsd:string;
  dwc:aphiaIdAccepted '121874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4523> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4523'^^xsd:integer;
  dwc:scientificName 'Epacanthion murmanicum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121876'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4523'^^xsd:string;
  dwc:aphiaIdAccepted '121876'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4524> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4524'^^xsd:integer;
  dwc:scientificName 'Epacanthion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121877'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4524'^^xsd:string;
  dwc:aphiaIdAccepted '121877'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4389> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4389'^^xsd:integer;
  dwc:scientificName 'Anticoma arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4389'^^xsd:string;
  dwc:aphiaIdAccepted '121768'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5146> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5146'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus niger'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121753'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5146'^^xsd:string;
  dwc:aphiaIdAccepted '121753'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5147> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5147'^^xsd:integer;
  dwc:scientificName 'Astomonema southwardorum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121747'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5147'^^xsd:string;
  dwc:aphiaIdAccepted '121747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5324> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5324'^^xsd:integer;
  dwc:scientificName 'Odontophora tenuicaudata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5324'^^xsd:string;
  dwc:aphiaIdAccepted '121335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6255> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6255'^^xsd:integer;
  dwc:scientificName 'Chromadora kreisi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6255'^^xsd:string;
  dwc:aphiaIdAccepted '120682'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6257> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6257'^^xsd:integer;
  dwc:scientificName 'Chromadora undecimpapillata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120687'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6257'^^xsd:string;
  dwc:aphiaIdAccepted '120687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6260> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6260'^^xsd:integer;
  dwc:scientificName 'Chromadorella parapoecilosoma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6260'^^xsd:string;
  dwc:aphiaIdAccepted '120692'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6262> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6262'^^xsd:integer;
  dwc:scientificName 'Chromadorina armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6262'^^xsd:string;
  dwc:aphiaIdAccepted '122274'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6263> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6263'^^xsd:integer;
  dwc:scientificName 'Chromadorina bergensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6263'^^xsd:string;
  dwc:aphiaIdAccepted '122275'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4202> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4202'^^xsd:integer;
  dwc:scientificName 'Pontonema simile'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4202'^^xsd:string;
  dwc:aphiaIdAccepted '122214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4069> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4069'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4069'^^xsd:string;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6440> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6440'^^xsd:integer;
  dwc:scientificName 'Cyatholaimus papilliferus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120822'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6440'^^xsd:string;
  dwc:aphiaIdAccepted '120822'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6441> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6441'^^xsd:integer;
  dwc:scientificName 'Cyatholaimus prinzi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6441'^^xsd:string;
  dwc:aphiaIdAccepted '120824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6573> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6573'^^xsd:integer;
  dwc:scientificName 'Desmodora pontica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6573'^^xsd:string;
  dwc:aphiaIdAccepted '120977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4424> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4424'^^xsd:integer;
  dwc:scientificName 'Phanoderma laticolle'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121826'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4424'^^xsd:string;
  dwc:aphiaIdAccepted '121826'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4426> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4426'^^xsd:integer;
  dwc:scientificName 'Phanoderma longisetum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4426'^^xsd:string;
  dwc:aphiaIdAccepted '121827'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4428> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4428'^^xsd:integer;
  dwc:scientificName 'Phanoderma rigidum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4428'^^xsd:string;
  dwc:aphiaIdAccepted '121830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4429> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4429'^^xsd:integer;
  dwc:scientificName 'Phanoderma robustum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4429'^^xsd:string;
  dwc:aphiaIdAccepted '121831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6574> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6574'^^xsd:integer;
  dwc:scientificName 'Metepsilonema hagmeieri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121059'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6574'^^xsd:string;
  dwc:aphiaIdAccepted '121059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6330> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6330'^^xsd:integer;
  dwc:scientificName 'Chromadorita brevisetosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6330'^^xsd:string;
  dwc:aphiaIdAccepted '120743'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6114> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6114'^^xsd:integer;
  dwc:scientificName 'Dichromadora geophila'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6114'^^xsd:string;
  dwc:aphiaIdAccepted '120764'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6116> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6116'^^xsd:integer;
  dwc:scientificName 'Dichromadora gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120765'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6116'^^xsd:string;
  dwc:aphiaIdAccepted '120765'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6117> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6117'^^xsd:integer;
  dwc:scientificName 'Dichromadora hyalocheile'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120766'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6117'^^xsd:string;
  dwc:aphiaIdAccepted '120766'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6119> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6119'^^xsd:integer;
  dwc:scientificName 'Dichromadora islandica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6119'^^xsd:string;
  dwc:aphiaIdAccepted '120767'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6120> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6120'^^xsd:integer;
  dwc:scientificName 'Dichromadora microdonta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6120'^^xsd:string;
  dwc:aphiaIdAccepted '120768'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6124> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6124'^^xsd:integer;
  dwc:scientificName 'Dichromadora strandi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6124'^^xsd:string;
  dwc:aphiaIdAccepted '120771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6125> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6125'^^xsd:integer;
  dwc:scientificName 'Hypodontolaimus balticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6125'^^xsd:string;
  dwc:aphiaIdAccepted '120773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6077> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6077'^^xsd:integer;
  dwc:scientificName 'Chromadora macrolaima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6077'^^xsd:string;
  dwc:aphiaIdAccepted '120683'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5269> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5269'^^xsd:integer;
  dwc:scientificName 'Araeolaimus paucisetosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5269'^^xsd:string;
  dwc:aphiaIdAccepted '1488948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5275> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5275'^^xsd:integer;
  dwc:scientificName 'Araeolaimus longicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5275'^^xsd:string;
  dwc:aphiaIdAccepted '121386'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5277> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5277'^^xsd:integer;
  dwc:scientificName 'Araeolaimus macrocirculus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121388'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5277'^^xsd:string;
  dwc:aphiaIdAccepted '121388'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5280> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5280'^^xsd:integer;
  dwc:scientificName 'Araeolaimus septentrionalis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121394'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5280'^^xsd:string;
  dwc:aphiaIdAccepted '121394'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5281> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5281'^^xsd:integer;
  dwc:scientificName 'Araeolaimus steineri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121395'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5281'^^xsd:string;
  dwc:aphiaIdAccepted '121395'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3904> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3904'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3904'^^xsd:string;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4090> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4090'^^xsd:integer;
  dwc:scientificName 'Synonchus longisetosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121979'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4090'^^xsd:string;
  dwc:aphiaIdAccepted '121979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6009> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6009'^^xsd:integer;
  dwc:scientificName 'Richtersia collaris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6009'^^xsd:string;
  dwc:aphiaIdAccepted '120943'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6010> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6010'^^xsd:integer;
  dwc:scientificName 'Richtersia demani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120944'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6010'^^xsd:string;
  dwc:aphiaIdAccepted '120944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6014> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6014'^^xsd:integer;
  dwc:scientificName 'Richtersia norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6014'^^xsd:string;
  dwc:aphiaIdAccepted '120947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6015> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6015'^^xsd:integer;
  dwc:scientificName 'Richtersia tenuis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6015'^^xsd:string;
  dwc:aphiaIdAccepted '120948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6016> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6016'^^xsd:integer;
  dwc:scientificName 'Draconema arcticum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121039'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6016'^^xsd:string;
  dwc:aphiaIdAccepted '230810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6017> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6017'^^xsd:integer;
  dwc:scientificName 'Draconema cephalatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6017'^^xsd:string;
  dwc:aphiaIdAccepted '121042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6021> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6021'^^xsd:integer;
  dwc:scientificName 'Draconema hibernicum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6021'^^xsd:string;
  dwc:aphiaIdAccepted '121043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6112> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6112'^^xsd:integer;
  dwc:scientificName 'Dichromadora cephalata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120762'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6112'^^xsd:string;
  dwc:aphiaIdAccepted '120762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6615> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6615'^^xsd:integer;
  dwc:scientificName 'Synonchus longisetosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121979'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6615'^^xsd:string;
  dwc:aphiaIdAccepted '121979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6616> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6616'^^xsd:integer;
  dwc:scientificName 'Thoracostoma coronatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6616'^^xsd:string;
  dwc:aphiaIdAccepted '121993'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6617> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6617'^^xsd:integer;
  dwc:scientificName 'Enoplus paralittoralis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121795'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6617'^^xsd:string;
  dwc:aphiaIdAccepted '121795'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6618> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6618'^^xsd:integer;
  dwc:scientificName 'Enoplus quadridentatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6618'^^xsd:string;
  dwc:aphiaIdAccepted '121796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6620> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6620'^^xsd:integer;
  dwc:scientificName 'Halalaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122009'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6620'^^xsd:string;
  dwc:aphiaIdAccepted '122009'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6621> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6621'^^xsd:integer;
  dwc:scientificName 'Halalaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6621'^^xsd:string;
  dwc:aphiaIdAccepted '122013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4152> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4152'^^xsd:integer;
  dwc:scientificName 'Viscosia elegans (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122138'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4152'^^xsd:string;
  dwc:aphiaIdAccepted '122138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4156> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4156'^^xsd:integer;
  dwc:scientificName 'Oncholaimellus calvadosicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4156'^^xsd:string;
  dwc:aphiaIdAccepted '122131'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4159> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4159'^^xsd:integer;
  dwc:scientificName 'Viscosia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122133'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4159'^^xsd:string;
  dwc:aphiaIdAccepted '122133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4270> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4270'^^xsd:integer;
  dwc:scientificName 'Halalaimus borealis (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122003'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4270'^^xsd:string;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4273> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4273'^^xsd:integer;
  dwc:scientificName 'Nemanema rectoresectum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122030'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4273'^^xsd:string;
  dwc:aphiaIdAccepted '122030'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4274> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4274'^^xsd:integer;
  dwc:scientificName 'Nemanema rotundicaudatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122031'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4274'^^xsd:string;
  dwc:aphiaIdAccepted '122031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4275> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4275'^^xsd:integer;
  dwc:scientificName 'Nemanema sabulicola'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122032'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4275'^^xsd:string;
  dwc:aphiaIdAccepted '122032'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4276> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4276'^^xsd:integer;
  dwc:scientificName 'Oxystomina alpatovi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4276'^^xsd:string;
  dwc:aphiaIdAccepted '122033'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4311> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4311'^^xsd:integer;
  dwc:scientificName 'Halalaimus diplocephalus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122007'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4311'^^xsd:string;
  dwc:aphiaIdAccepted '122007'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4313> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4313'^^xsd:integer;
  dwc:scientificName 'Halalaimus isaitshikovi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122011'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4313'^^xsd:string;
  dwc:aphiaIdAccepted '122011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4315> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4315'^^xsd:integer;
  dwc:scientificName 'Halalaimus longicollis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4315'^^xsd:string;
  dwc:aphiaIdAccepted '122014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4317> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4317'^^xsd:integer;
  dwc:scientificName 'Halalaimus pachyderma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4317'^^xsd:string;
  dwc:aphiaIdAccepted '122017'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4318> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4318'^^xsd:integer;
  dwc:scientificName 'Halalaimus zenkevitshi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122024'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4318'^^xsd:string;
  dwc:aphiaIdAccepted '122024'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5267> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5267'^^xsd:integer;
  dwc:scientificName 'Araeolaimus microphthalmus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5267'^^xsd:string;
  dwc:aphiaIdAccepted '437324'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4141> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4141'^^xsd:integer;
  dwc:scientificName 'Anoplostoma viviparum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4141'^^xsd:string;
  dwc:aphiaIdAccepted '121763'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4147> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4147'^^xsd:integer;
  dwc:scientificName 'Pelagonema obtusicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122196'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4147'^^xsd:string;
  dwc:aphiaIdAccepted '122196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4151> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4151'^^xsd:integer;
  dwc:scientificName 'Pelagonema tenue'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122200'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4151'^^xsd:string;
  dwc:aphiaIdAccepted '122200'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4536> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4536'^^xsd:integer;
  dwc:scientificName 'Enoplus groenlandicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4536'^^xsd:string;
  dwc:aphiaIdAccepted '121788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4203> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4203'^^xsd:integer;
  dwc:scientificName 'Pontonema vulgare'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4203'^^xsd:string;
  dwc:aphiaIdAccepted '122216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4206> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4206'^^xsd:integer;
  dwc:scientificName 'Belbolla galanachmorae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122070'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4206'^^xsd:string;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4207> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4207'^^xsd:integer;
  dwc:scientificName 'Eurystomina terricola'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122092'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4207'^^xsd:string;
  dwc:aphiaIdAccepted '122092'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4991> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4991'^^xsd:integer;
  dwc:scientificName 'Paracyatholaimus intermedius'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4991'^^xsd:string;
  dwc:aphiaIdAccepted '120903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6580> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6580'^^xsd:integer;
  dwc:scientificName 'Enoploides spiculohamatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121846'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6580'^^xsd:string;
  dwc:aphiaIdAccepted '121846'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6581> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6581'^^xsd:integer;
  dwc:scientificName 'Enoploides brunettii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121838'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6581'^^xsd:string;
  dwc:aphiaIdAccepted '121838'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6582> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6582'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus litoralis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121857'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6582'^^xsd:string;
  dwc:aphiaIdAccepted '121857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6583> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6583'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6583'^^xsd:string;
  dwc:aphiaIdAccepted '121866'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6578> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6578'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus propinquus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121860'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6578'^^xsd:string;
  dwc:aphiaIdAccepted '121860'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6579> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6579'^^xsd:integer;
  dwc:scientificName 'Enoploides labrostriatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121844'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6579'^^xsd:string;
  dwc:aphiaIdAccepted '121844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4545> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4545'^^xsd:integer;
  dwc:scientificName 'Enoplus serratus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4545'^^xsd:string;
  dwc:aphiaIdAccepted '121798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6577> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6577'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6577'^^xsd:string;
  dwc:aphiaIdAccepted '121853'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4210> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4210'^^xsd:integer;
  dwc:scientificName 'Eurystomina ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4210'^^xsd:string;
  dwc:aphiaIdAccepted '122087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6576> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6576'^^xsd:integer;
  dwc:scientificName 'Enoploides spiculohamatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121846'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6576'^^xsd:string;
  dwc:aphiaIdAccepted '121846'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6444> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6444'^^xsd:integer;
  dwc:scientificName 'Cyatholaimus scarratti'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120826'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6444'^^xsd:string;
  dwc:aphiaIdAccepted '120826'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6445> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6445'^^xsd:integer;
  dwc:scientificName 'Cyatholaimus simulatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6445'^^xsd:string;
  dwc:aphiaIdAccepted '120827'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6447> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6447'^^xsd:integer;
  dwc:scientificName 'Heterocyatholaimus (dub.) macrolaimus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6447'^^xsd:string;
  dwc:aphiaIdAccepted '120815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6575> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6575'^^xsd:integer;
  dwc:scientificName 'Enoploides longispiculosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6575'^^xsd:string;
  dwc:aphiaIdAccepted '121845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4432> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4432'^^xsd:integer;
  dwc:scientificName 'Phanodermopsis caudata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4432'^^xsd:string;
  dwc:aphiaIdAccepted '1349558'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4433> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4433'^^xsd:integer;
  dwc:scientificName 'Phanodermopsis groenlandica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4433'^^xsd:string;
  dwc:aphiaIdAccepted '121815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4435> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4435'^^xsd:integer;
  dwc:scientificName 'Phanodermopsis reducta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121817'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4435'^^xsd:string;
  dwc:aphiaIdAccepted '121817'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4436> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4436'^^xsd:integer;
  dwc:scientificName 'Thoracostomopsis barbata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4436'^^xsd:string;
  dwc:aphiaIdAccepted '121920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4918> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4918'^^xsd:integer;
  dwc:scientificName 'Prochromadora orleji'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120697'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4918'^^xsd:string;
  dwc:aphiaIdAccepted '120697'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5890> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5890'^^xsd:integer;
  dwc:scientificName 'Spirinia gerlachi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121024'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5890'^^xsd:string;
  dwc:aphiaIdAccepted '121024'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6584> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6584'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6584'^^xsd:string;
  dwc:aphiaIdAccepted '121858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4992> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4992'^^xsd:integer;
  dwc:scientificName 'Paracyatholaimus occultus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120904'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4992'^^xsd:string;
  dwc:aphiaIdAccepted '120904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6594> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6594'^^xsd:integer;
  dwc:scientificName 'Thoracostomopsis doveae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121922'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6594'^^xsd:string;
  dwc:aphiaIdAccepted '121922'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4551> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4551'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4551'^^xsd:string;
  dwc:aphiaIdAccepted '122223'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6585> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6585'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus subterraneus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121864'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6585'^^xsd:string;
  dwc:aphiaIdAccepted '121864'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6586> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6586'^^xsd:integer;
  dwc:scientificName 'Epacanthion gorgonocephalum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121873'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6586'^^xsd:string;
  dwc:aphiaIdAccepted '121873'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6587> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6587'^^xsd:integer;
  dwc:scientificName 'Epacanthion btschlii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6587'^^xsd:string;
  dwc:aphiaIdAccepted '121868'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6588> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6588'^^xsd:integer;
  dwc:scientificName 'Epacanthion mawsoni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6588'^^xsd:string;
  dwc:aphiaIdAccepted '121875'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6589> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6589'^^xsd:integer;
  dwc:scientificName 'Mesacanthion africanthiforme'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121884'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6589'^^xsd:string;
  dwc:aphiaIdAccepted '121884'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6590> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6590'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6590'^^xsd:string;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6591> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6591'^^xsd:integer;
  dwc:scientificName 'Mesacanthion hirsutum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6591'^^xsd:string;
  dwc:aphiaIdAccepted '121892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6592> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6592'^^xsd:integer;
  dwc:scientificName 'Paramesacanthion hirsutum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121908'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6592'^^xsd:string;
  dwc:aphiaIdAccepted '121908'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6593> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6593'^^xsd:integer;
  dwc:scientificName 'Paramesacanthion marei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121910'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6593'^^xsd:string;
  dwc:aphiaIdAccepted '121910'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4213> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4213'^^xsd:integer;
  dwc:scientificName 'Eurystomina assimilis (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4213'^^xsd:string;
  dwc:aphiaIdAccepted '122082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4336> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4336'^^xsd:integer;
  dwc:scientificName 'Leptosomatina appendixocaudata (sp incertae sedis)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121946'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4336'^^xsd:string;
  dwc:aphiaIdAccepted '121946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4338> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4338'^^xsd:integer;
  dwc:scientificName 'Leptosomatum bathybium'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121952'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4338'^^xsd:string;
  dwc:aphiaIdAccepted '121952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4339> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4339'^^xsd:integer;
  dwc:scientificName 'Leptosomatum breviceps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121953'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4339'^^xsd:string;
  dwc:aphiaIdAccepted '121953'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4340> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4340'^^xsd:integer;
  dwc:scientificName 'Leptosomatum caecum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121954'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4340'^^xsd:string;
  dwc:aphiaIdAccepted '121954'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4342> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4342'^^xsd:integer;
  dwc:scientificName 'Leptosomatum gracile'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121957'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4342'^^xsd:string;
  dwc:aphiaIdAccepted '121957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4546> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4546'^^xsd:integer;
  dwc:scientificName 'Enoplus sphaericus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4546'^^xsd:string;
  dwc:aphiaIdAccepted '121799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6595> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6595'^^xsd:integer;
  dwc:scientificName 'Trileptium parisetum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6595'^^xsd:string;
  dwc:aphiaIdAccepted '1836337'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6596> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6596'^^xsd:integer;
  dwc:scientificName 'Anoplostoma viviparum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6596'^^xsd:string;
  dwc:aphiaIdAccepted '121763'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4553> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4553'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania laticauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122225'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4553'^^xsd:string;
  dwc:aphiaIdAccepted '122225'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4257> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4257'^^xsd:integer;
  dwc:scientificName 'Trefusia helgolandica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4257'^^xsd:string;
  dwc:aphiaIdAccepted '122266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4993> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4993'^^xsd:integer;
  dwc:scientificName 'Paracyatholaimus pentodon'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4993'^^xsd:string;
  dwc:aphiaIdAccepted '120907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5891> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5891'^^xsd:integer;
  dwc:scientificName 'Spirinia granulata (sp incertae sedis)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5891'^^xsd:string;
  dwc:aphiaIdAccepted '121025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4527> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4527'^^xsd:integer;
  dwc:scientificName 'Mesacanthoides latignathus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4527'^^xsd:string;
  dwc:aphiaIdAccepted '121900'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5059> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5059'^^xsd:integer;
  dwc:scientificName 'Diodontolaimus sabulosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121256'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5059'^^xsd:string;
  dwc:aphiaIdAccepted '121256'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5523> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5523'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus bocki'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5523'^^xsd:string;
  dwc:aphiaIdAccepted '121724'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5327> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5327'^^xsd:integer;
  dwc:scientificName 'Odontophora wieseri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5327'^^xsd:string;
  dwc:aphiaIdAccepted '121337'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5148> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5148'^^xsd:integer;
  dwc:scientificName 'Desmolaimus zeelandicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121653'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5148'^^xsd:string;
  dwc:aphiaIdAccepted '121653'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6598> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6598'^^xsd:integer;
  dwc:scientificName 'Crenopharynx marioni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6598'^^xsd:string;
  dwc:aphiaIdAccepted '121802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6599> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6599'^^xsd:integer;
  dwc:scientificName 'Phanoderma albidum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121818'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6599'^^xsd:string;
  dwc:aphiaIdAccepted '121818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6600> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6600'^^xsd:integer;
  dwc:scientificName 'Phanoderma cocksi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121822'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6600'^^xsd:string;
  dwc:aphiaIdAccepted '121822'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6601> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6601'^^xsd:integer;
  dwc:scientificName 'Anticoma acuminata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6601'^^xsd:string;
  dwc:aphiaIdAccepted '121767'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6602> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6602'^^xsd:integer;
  dwc:scientificName 'Anticoma eberthi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6602'^^xsd:string;
  dwc:aphiaIdAccepted '121771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6603> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6603'^^xsd:integer;
  dwc:scientificName 'Dolicholaimus marioni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6603'^^xsd:string;
  dwc:aphiaIdAccepted '121927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6604> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6604'^^xsd:integer;
  dwc:scientificName 'Thalassironus britannicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6604'^^xsd:string;
  dwc:aphiaIdAccepted '121932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6605> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6605'^^xsd:integer;
  dwc:scientificName 'Trissonchulus benepapillosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121933'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6605'^^xsd:string;
  dwc:aphiaIdAccepted '121933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4555> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4555'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania obtusicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4555'^^xsd:string;
  dwc:aphiaIdAccepted '122229'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5393> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5393'^^xsd:integer;
  dwc:scientificName 'Quadricoma suecica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5393'^^xsd:string;
  dwc:aphiaIdAccepted '1305135'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4576> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4576'^^xsd:integer;
  dwc:scientificName 'Krampia longicollis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122128'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4576'^^xsd:string;
  dwc:aphiaIdAccepted '122128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4347> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4347'^^xsd:integer;
  dwc:scientificName 'Leptosomatum tetrophthalmum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4347'^^xsd:string;
  dwc:aphiaIdAccepted '423483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4348> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4348'^^xsd:integer;
  dwc:scientificName 'Leptosomella acrocerca'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4348'^^xsd:string;
  dwc:aphiaIdAccepted '121963'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4350> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4350'^^xsd:integer;
  dwc:scientificName 'Platycomopsis effilata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4350'^^xsd:string;
  dwc:aphiaIdAccepted '230779'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4573> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4573'^^xsd:integer;
  dwc:scientificName 'Vasculonema conicaudatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4573'^^xsd:string;
  dwc:aphiaIdAccepted '122202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4574> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4574'^^xsd:integer;
  dwc:scientificName 'Krampia acropora'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122127'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4574'^^xsd:string;
  dwc:aphiaIdAccepted '122127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5348> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5348'^^xsd:integer;
  dwc:scientificName 'Tarvaia donsi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5348'^^xsd:string;
  dwc:aphiaIdAccepted '121297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5398> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5398'^^xsd:integer;
  dwc:scientificName 'Tricoma adelpha'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121164'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5398'^^xsd:string;
  dwc:aphiaIdAccepted '121164'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5401> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5401'^^xsd:integer;
  dwc:scientificName 'Tricoma bergensis (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5401'^^xsd:string;
  dwc:aphiaIdAccepted '121166'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4577> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4577'^^xsd:integer;
  dwc:scientificName 'Krampia opaca'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122129'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4577'^^xsd:string;
  dwc:aphiaIdAccepted '122129'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4578> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4578'^^xsd:integer;
  dwc:scientificName 'Viscosia brevidentata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '160989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4578'^^xsd:string;
  dwc:aphiaIdAccepted '160989'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4579> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4579'^^xsd:integer;
  dwc:scientificName 'Viscosia diodon'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122137'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4579'^^xsd:string;
  dwc:aphiaIdAccepted '122137'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4582> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4582'^^xsd:integer;
  dwc:scientificName 'Viscosia rustica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '160992'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4582'^^xsd:string;
  dwc:aphiaIdAccepted '160992'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4585> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4585'^^xsd:integer;
  dwc:scientificName 'Viscosia brachylaima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122134'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4585'^^xsd:string;
  dwc:aphiaIdAccepted '122134'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4475> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4475'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121858'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4475'^^xsd:string;
  dwc:aphiaIdAccepted '121858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4476> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4476'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus parapropinquus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4476'^^xsd:string;
  dwc:aphiaIdAccepted '121859'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4259> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4259'^^xsd:integer;
  dwc:scientificName 'Trefusia litoralis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122267'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4259'^^xsd:string;
  dwc:aphiaIdAccepted '122267'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4261> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4261'^^xsd:integer;
  dwc:scientificName 'Trefusia longicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4261'^^xsd:string;
  dwc:aphiaIdAccepted '122268'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4266> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4266'^^xsd:integer;
  dwc:scientificName 'Halanonchus zosterae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4266'^^xsd:string;
  dwc:aphiaIdAccepted '122260'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4472> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4472'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus litoralis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121857'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4472'^^xsd:string;
  dwc:aphiaIdAccepted '121857'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5861> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5861'^^xsd:integer;
  dwc:scientificName 'Chromaspirina thieryi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121009'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5861'^^xsd:string;
  dwc:aphiaIdAccepted '121009'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5864> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5864'^^xsd:integer;
  dwc:scientificName 'Metachromadora suecica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121015'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5864'^^xsd:string;
  dwc:aphiaIdAccepted '121015'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4673> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4673'^^xsd:integer;
  dwc:scientificName 'Megeurystomina combesi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122096'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4673'^^xsd:string;
  dwc:aphiaIdAccepted '122096'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4507> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4507'^^xsd:integer;
  dwc:scientificName 'Enoploides cephalophorus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121840'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4507'^^xsd:string;
  dwc:aphiaIdAccepted '121840'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5438> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5438'^^xsd:integer;
  dwc:scientificName 'Chloronemella filiformis (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5438'^^xsd:string;
  dwc:aphiaIdAccepted '121696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5441> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5441'^^xsd:integer;
  dwc:scientificName 'Desmolaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5441'^^xsd:string;
  dwc:aphiaIdAccepted '121650'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5442> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5442'^^xsd:integer;
  dwc:scientificName 'Desmolaimus mirabilis (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121651'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5442'^^xsd:string;
  dwc:aphiaIdAccepted '121651'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5443> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5443'^^xsd:integer;
  dwc:scientificName 'Desmolaimus tristis (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121652'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5443'^^xsd:string;
  dwc:aphiaIdAccepted '121652'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5867> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5867'^^xsd:integer;
  dwc:scientificName 'Metachromadora quadribulba'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5867'^^xsd:string;
  dwc:aphiaIdAccepted '121012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5450> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5450'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus flagellicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121661'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5450'^^xsd:string;
  dwc:aphiaIdAccepted '121661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5448> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5448'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121659'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5448'^^xsd:string;
  dwc:aphiaIdAccepted '121659'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5444> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5444'^^xsd:integer;
  dwc:scientificName 'Desmolaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121654'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5444'^^xsd:string;
  dwc:aphiaIdAccepted '121654'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5868> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5868'^^xsd:integer;
  dwc:scientificName 'Metachromadora vivipara'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5868'^^xsd:string;
  dwc:aphiaIdAccepted '230068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5532> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5532'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus intermedius'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5532'^^xsd:string;
  dwc:aphiaIdAccepted '1585960'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5872> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5872'^^xsd:integer;
  dwc:scientificName 'Metachromadora remanei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5872'^^xsd:string;
  dwc:aphiaIdAccepted '159621'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5536> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5536'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus strandibrevicaudatus (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121738'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5536'^^xsd:string;
  dwc:aphiaIdAccepted '121738'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5537> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5537'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5537'^^xsd:string;
  dwc:aphiaIdAccepted '1585965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5533> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5533'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus linurus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121736'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5533'^^xsd:string;
  dwc:aphiaIdAccepted '1585963'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5534> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5534'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus staurensis (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5534'^^xsd:string;
  dwc:aphiaIdAccepted '121737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4969> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4969'^^xsd:integer;
  dwc:scientificName 'Neotonchus votadinii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4969'^^xsd:string;
  dwc:aphiaIdAccepted '120921'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4682> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4682'^^xsd:integer;
  dwc:scientificName 'Pareurystomina typica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122106'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4682'^^xsd:string;
  dwc:aphiaIdAccepted '122106'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4899> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4899'^^xsd:integer;
  dwc:scientificName 'Enoploides labrostriatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121844'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4899'^^xsd:string;
  dwc:aphiaIdAccepted '121844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4900> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4900'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus propinquus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121860'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4900'^^xsd:string;
  dwc:aphiaIdAccepted '121860'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4691> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4691'^^xsd:integer;
  dwc:scientificName 'Enchelidiella pellucida'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4691'^^xsd:string;
  dwc:aphiaIdAccepted '122069'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4693> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4693'^^xsd:integer;
  dwc:scientificName 'Polygastrophora attenuata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4693'^^xsd:string;
  dwc:aphiaIdAccepted '122108'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4697> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4697'^^xsd:integer;
  dwc:scientificName 'Polygastrophora maior'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122110'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4697'^^xsd:string;
  dwc:aphiaIdAccepted '122110'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4686> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4686'^^xsd:integer;
  dwc:scientificName 'Calyptronema klatti'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122074'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4686'^^xsd:string;
  dwc:aphiaIdAccepted '122074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4687> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4687'^^xsd:integer;
  dwc:scientificName 'Calyptronema sabulicola'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4687'^^xsd:string;
  dwc:aphiaIdAccepted '122077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4897> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4897'^^xsd:integer;
  dwc:scientificName 'Enoplus brevis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121783'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4897'^^xsd:string;
  dwc:aphiaIdAccepted '121783'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5874> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5874'^^xsd:integer;
  dwc:scientificName 'Onyx perfectus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5874'^^xsd:string;
  dwc:aphiaIdAccepted '122295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4896> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4896'^^xsd:integer;
  dwc:scientificName 'Pareurystomina acuminata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122097'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4896'^^xsd:string;
  dwc:aphiaIdAccepted '122097'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5621> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5621'^^xsd:integer;
  dwc:scientificName 'Monhystera droebachiensis (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5621'^^xsd:string;
  dwc:aphiaIdAccepted '121446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5624> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5624'^^xsd:integer;
  dwc:scientificName 'Monhystera filicaudata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121449'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5624'^^xsd:string;
  dwc:aphiaIdAccepted '121449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5626> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5626'^^xsd:integer;
  dwc:scientificName 'Monhystera filiformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121450'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5626'^^xsd:string;
  dwc:aphiaIdAccepted '428643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5631> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5631'^^xsd:integer;
  dwc:scientificName 'Monhystera islandica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121453'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5631'^^xsd:string;
  dwc:aphiaIdAccepted '1054766'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5635> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5635'^^xsd:integer;
  dwc:scientificName 'Monhystera luisae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121456'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5635'^^xsd:string;
  dwc:aphiaIdAccepted '1055631'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4681> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4681'^^xsd:integer;
  dwc:scientificName 'Pareurystomina tenuissima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122105'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4681'^^xsd:string;
  dwc:aphiaIdAccepted '122105'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4479> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4479'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus robustus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121863'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4479'^^xsd:string;
  dwc:aphiaIdAccepted '121863'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4482> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4482'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4482'^^xsd:string;
  dwc:aphiaIdAccepted '121866'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4485> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4485'^^xsd:integer;
  dwc:scientificName 'Mesacanthion africanthiforme'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121884'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4485'^^xsd:string;
  dwc:aphiaIdAccepted '121884'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5958> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5958'^^xsd:integer;
  dwc:scientificName 'Desmodora microchaeta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120972'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5958'^^xsd:string;
  dwc:aphiaIdAccepted '120972'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5961> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5961'^^xsd:integer;
  dwc:scientificName 'Desmodora pontica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120977'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5961'^^xsd:string;
  dwc:aphiaIdAccepted '120977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4675> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4675'^^xsd:integer;
  dwc:scientificName 'Pareurystomina biserialis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4675'^^xsd:string;
  dwc:aphiaIdAccepted '122099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4676> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4676'^^xsd:integer;
  dwc:scientificName 'Pareurystomina filicaudata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122100'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4676'^^xsd:string;
  dwc:aphiaIdAccepted '122100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4678> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4678'^^xsd:integer;
  dwc:scientificName 'Pareurystomina flagellicaudata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4678'^^xsd:string;
  dwc:aphiaIdAccepted '122101'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5212> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5212'^^xsd:integer;
  dwc:scientificName 'Halaphanolaimus longisetosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5212'^^xsd:string;
  dwc:aphiaIdAccepted '121257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4674> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4674'^^xsd:integer;
  dwc:scientificName 'Pareurystomina armorica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122098'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4674'^^xsd:string;
  dwc:aphiaIdAccepted '122098'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5540> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5540'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus trichurus (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121740'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5540'^^xsd:string;
  dwc:aphiaIdAccepted '1585967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5541> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5541'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus viscosus (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121742'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5541'^^xsd:string;
  dwc:aphiaIdAccepted '1585970'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5546> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5546'^^xsd:integer;
  dwc:scientificName 'Tubolaimoides tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5546'^^xsd:string;
  dwc:aphiaIdAccepted '121302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5618> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5618'^^xsd:integer;
  dwc:scientificName 'Monhystera disjuncta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5618'^^xsd:string;
  dwc:aphiaIdAccepted '468111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6472> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6472'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus consimilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120935'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6472'^^xsd:string;
  dwc:aphiaIdAccepted '120935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5966> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5966'^^xsd:integer;
  dwc:scientificName 'Desmodora porifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120978'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5966'^^xsd:string;
  dwc:aphiaIdAccepted '120978'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6128> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6128'^^xsd:integer;
  dwc:scientificName 'Hypodontolaimus inaequalis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6128'^^xsd:string;
  dwc:aphiaIdAccepted '120776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6348> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6348'^^xsd:integer;
  dwc:scientificName 'Chromadorita pachydema'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6348'^^xsd:string;
  dwc:aphiaIdAccepted '120756'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6475> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6475'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus minor'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120938'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6475'^^xsd:string;
  dwc:aphiaIdAccepted '120938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6476> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6476'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus norvegicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120939'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6476'^^xsd:string;
  dwc:aphiaIdAccepted '120939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6477> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6477'^^xsd:integer;
  dwc:scientificName 'Latronema aberrans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6477'^^xsd:string;
  dwc:aphiaIdAccepted '120941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6438> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6438'^^xsd:integer;
  dwc:scientificName 'Cyatholaimus ocellatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6438'^^xsd:string;
  dwc:aphiaIdAccepted '120821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4487> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4487'^^xsd:integer;
  dwc:scientificName 'Mesacanthion audax'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121886'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4487'^^xsd:string;
  dwc:aphiaIdAccepted '121886'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6131> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6131'^^xsd:integer;
  dwc:scientificName 'Hypodontolaimus schuurmansstekhoveni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120779'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6131'^^xsd:string;
  dwc:aphiaIdAccepted '120779'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6133> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6133'^^xsd:integer;
  dwc:scientificName 'Innocuonema tentabundum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161024'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6133'^^xsd:string;
  dwc:aphiaIdAccepted '120782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6138> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6138'^^xsd:integer;
  dwc:scientificName 'Neochromadora craspedota'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120787'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6138'^^xsd:string;
  dwc:aphiaIdAccepted '120787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6140> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6140'^^xsd:integer;
  dwc:scientificName 'Neochromadora izhorica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6140'^^xsd:string;
  dwc:aphiaIdAccepted '1295317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6071> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6071'^^xsd:integer;
  dwc:scientificName 'Atrochromadora microlaima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120675'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6071'^^xsd:string;
  dwc:aphiaIdAccepted '120675'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6074> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6074'^^xsd:integer;
  dwc:scientificName 'Atrochromadora parva'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120676'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6074'^^xsd:string;
  dwc:aphiaIdAccepted '120676'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4640> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4640'^^xsd:integer;
  dwc:scientificName 'Pontonema teissieri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4640'^^xsd:string;
  dwc:aphiaIdAccepted '122215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4641> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4641'^^xsd:integer;
  dwc:scientificName 'Pontonema arcticum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4641'^^xsd:string;
  dwc:aphiaIdAccepted '122204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4642> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4642'^^xsd:integer;
  dwc:scientificName 'Pontonema balticum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122205'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4642'^^xsd:string;
  dwc:aphiaIdAccepted '122205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4644> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4644'^^xsd:integer;
  dwc:scientificName 'Pontonema brevicaudatoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4644'^^xsd:string;
  dwc:aphiaIdAccepted '122206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5330> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5330'^^xsd:integer;
  dwc:scientificName 'Pseudolella norvegica (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121341'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5330'^^xsd:string;
  dwc:aphiaIdAccepted '121341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5331> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5331'^^xsd:integer;
  dwc:scientificName 'Synodontium impar'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121342'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5331'^^xsd:string;
  dwc:aphiaIdAccepted '121342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6356> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6356'^^xsd:integer;
  dwc:scientificName 'Hypodontolaimus longiseta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120777'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6356'^^xsd:string;
  dwc:aphiaIdAccepted '120777'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6358> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6358'^^xsd:integer;
  dwc:scientificName 'Hypodontolaimus setosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120780'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6358'^^xsd:string;
  dwc:aphiaIdAccepted '120780'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6360> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6360'^^xsd:integer;
  dwc:scientificName 'Hypodontolaimus sivertseni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120781'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6360'^^xsd:string;
  dwc:aphiaIdAccepted '120781'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6362> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6362'^^xsd:integer;
  dwc:scientificName 'Ptycholaimellus ponticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6362'^^xsd:string;
  dwc:aphiaIdAccepted '120798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6354> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6354'^^xsd:integer;
  dwc:scientificName 'Hypodontolaimus heymonsi (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120775'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6354'^^xsd:string;
  dwc:aphiaIdAccepted '120775'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6061> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6061'^^xsd:integer;
  dwc:scientificName 'Sabatieria praedatrix'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6061'^^xsd:string;
  dwc:aphiaIdAccepted '121373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6063> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6063'^^xsd:integer;
  dwc:scientificName 'Sabatieria pulchra'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6063'^^xsd:string;
  dwc:aphiaIdAccepted '121374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6067> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6067'^^xsd:integer;
  dwc:scientificName 'Spiliphera dolichura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6067'^^xsd:string;
  dwc:aphiaIdAccepted '120807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6353> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6353'^^xsd:integer;
  dwc:scientificName 'Hypodontolaimus abyssalis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120772'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6353'^^xsd:string;
  dwc:aphiaIdAccepted '120772'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6143> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6143'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6143'^^xsd:string;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6350> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6350'^^xsd:integer;
  dwc:scientificName 'Deltanema parvum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6350'^^xsd:string;
  dwc:aphiaIdAccepted '120758'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5426> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5426'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus anticomoides (sp incertae sedis)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5426'^^xsd:string;
  dwc:aphiaIdAccepted '121748'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6070> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6070'^^xsd:integer;
  dwc:scientificName 'Spiliphera gracilicauda (sp incertae sedis)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6070'^^xsd:string;
  dwc:aphiaIdAccepted '120809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6622> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6622'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6622'^^xsd:string;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6630> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6630'^^xsd:integer;
  dwc:scientificName 'Metaparoncholaimus campylocercus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122157'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6630'^^xsd:string;
  dwc:aphiaIdAccepted '122157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6631> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6631'^^xsd:integer;
  dwc:scientificName 'Metoncholaimus albidus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122158'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6631'^^xsd:string;
  dwc:aphiaIdAccepted '122158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6632> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6632'^^xsd:integer;
  dwc:scientificName 'Metoncholaimus scanicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122162'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6632'^^xsd:string;
  dwc:aphiaIdAccepted '122179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6633> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6633'^^xsd:integer;
  dwc:scientificName 'Oncholaimellus calvadosicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6633'^^xsd:string;
  dwc:aphiaIdAccepted '122131'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6623> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6623'^^xsd:integer;
  dwc:scientificName 'Oxystomina asetosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6623'^^xsd:string;
  dwc:aphiaIdAccepted '122035'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6624> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6624'^^xsd:integer;
  dwc:scientificName 'Nemanema cylindraticaudatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122028'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6624'^^xsd:string;
  dwc:aphiaIdAccepted '122028'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6625> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6625'^^xsd:integer;
  dwc:scientificName 'Paroxystomina asymmetrica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6625'^^xsd:string;
  dwc:aphiaIdAccepted '122068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6626> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6626'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus tardus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122059'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6626'^^xsd:string;
  dwc:aphiaIdAccepted '122059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6627> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6627'^^xsd:integer;
  dwc:scientificName 'Adoncholaimus fuscus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6627'^^xsd:string;
  dwc:aphiaIdAccepted '122122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6628> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6628'^^xsd:integer;
  dwc:scientificName 'Adoncholaimus thalassophygas'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6628'^^xsd:string;
  dwc:aphiaIdAccepted '122126'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6629> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6629'^^xsd:integer;
  dwc:scientificName 'Adoncholaimus panicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122125'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6629'^^xsd:string;
  dwc:aphiaIdAccepted '122125'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6634> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6634'^^xsd:integer;
  dwc:scientificName 'Oncholaimellus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122132'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6634'^^xsd:string;
  dwc:aphiaIdAccepted '122132'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6635> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6635'^^xsd:integer;
  dwc:scientificName 'Oncholaimus brachycercus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122165'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6635'^^xsd:string;
  dwc:aphiaIdAccepted '122165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6636> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6636'^^xsd:integer;
  dwc:scientificName 'Pseudoncholaimus dujardinii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161290'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6636'^^xsd:string;
  dwc:aphiaIdAccepted '161290'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6637> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6637'^^xsd:integer;
  dwc:scientificName 'Oncholaimus oxyuris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6637'^^xsd:string;
  dwc:aphiaIdAccepted '122177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5722> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5722'^^xsd:integer;
  dwc:scientificName 'Theristus bipunctatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121606'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5722'^^xsd:string;
  dwc:aphiaIdAccepted '121606'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5725> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5725'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5725'^^xsd:string;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5730> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5730'^^xsd:integer;
  dwc:scientificName 'Theristus lineatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5730'^^xsd:string;
  dwc:aphiaIdAccepted '121619'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5734> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5734'^^xsd:integer;
  dwc:scientificName 'Theristus norwegicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121626'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5734'^^xsd:string;
  dwc:aphiaIdAccepted '121626'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5823> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5823'^^xsd:integer;
  dwc:scientificName 'Microlaimus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121083'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5823'^^xsd:string;
  dwc:aphiaIdAccepted '121083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5061> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5061'^^xsd:integer;
  dwc:scientificName 'Leptolaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121267'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5061'^^xsd:string;
  dwc:aphiaIdAccepted '121267'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4645> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4645'^^xsd:integer;
  dwc:scientificName 'Pontonema ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122207'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4645'^^xsd:string;
  dwc:aphiaIdAccepted '122207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5060> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5060'^^xsd:integer;
  dwc:scientificName 'Leptolaimus ampullaceus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5060'^^xsd:string;
  dwc:aphiaIdAccepted '121264'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6412> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6412'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus microdon'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120887'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6412'^^xsd:string;
  dwc:aphiaIdAccepted '120887'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6414> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6414'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus paradoxus (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6414'^^xsd:string;
  dwc:aphiaIdAccepted '120890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6319> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6319'^^xsd:integer;
  dwc:scientificName 'Euchromadora strandi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120727'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6319'^^xsd:string;
  dwc:aphiaIdAccepted '120727'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6320> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6320'^^xsd:integer;
  dwc:scientificName 'Euchromadora tridentata (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6320'^^xsd:string;
  dwc:aphiaIdAccepted '120729'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6321> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6321'^^xsd:integer;
  dwc:scientificName 'Euchromadora gaulica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6321'^^xsd:string;
  dwc:aphiaIdAccepted '120725'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6086> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6086'^^xsd:integer;
  dwc:scientificName 'Chromadorina cervix'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6086'^^xsd:string;
  dwc:aphiaIdAccepted '122277'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6087> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6087'^^xsd:integer;
  dwc:scientificName 'Chromadorina germanica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122280'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6087'^^xsd:string;
  dwc:aphiaIdAccepted '122280'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5892> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5892'^^xsd:integer;
  dwc:scientificName 'Spirinia laevis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5892'^^xsd:string;
  dwc:aphiaIdAccepted '121026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5894> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5894'^^xsd:integer;
  dwc:scientificName 'Spirinia parasitifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5894'^^xsd:string;
  dwc:aphiaIdAccepted '121027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6418> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6418'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus tyrrhenicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6418'^^xsd:string;
  dwc:aphiaIdAccepted '120897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4994> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4994'^^xsd:integer;
  dwc:scientificName 'Paracyatholaimoides multispiralis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4994'^^xsd:string;
  dwc:aphiaIdAccepted '120900'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4995> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4995'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus minutus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120842'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4995'^^xsd:string;
  dwc:aphiaIdAccepted '120842'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5826> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5826'^^xsd:integer;
  dwc:scientificName 'Microlaimus marinus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121086'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5826'^^xsd:string;
  dwc:aphiaIdAccepted '121086'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4647> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4647'^^xsd:integer;
  dwc:scientificName 'Pontonema donsi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4647'^^xsd:string;
  dwc:aphiaIdAccepted '122208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4649> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4649'^^xsd:integer;
  dwc:scientificName 'Pontonema papilliferum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4649'^^xsd:string;
  dwc:aphiaIdAccepted '122211'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4700> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4700'^^xsd:integer;
  dwc:scientificName 'Symplocostoma karense'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122112'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4700'^^xsd:string;
  dwc:aphiaIdAccepted '122112'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6468> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6468'^^xsd:integer;
  dwc:scientificName 'Choniolaimus novempapillatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120926'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6468'^^xsd:string;
  dwc:aphiaIdAccepted '120926'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6429> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6429'^^xsd:integer;
  dwc:scientificName 'Paracyatholaimus proximus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120908'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6429'^^xsd:string;
  dwc:aphiaIdAccepted '120908'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4072> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4072'^^xsd:integer;
  dwc:scientificName 'Halalaimus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4072'^^xsd:string;
  dwc:aphiaIdAccepted '122013'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4529> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4529'^^xsd:integer;
  dwc:scientificName 'Enoplus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121789'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4529'^^xsd:string;
  dwc:aphiaIdAccepted '121789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5062> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5062'^^xsd:integer;
  dwc:scientificName 'Leptolaimus limicolus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121269'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5062'^^xsd:string;
  dwc:aphiaIdAccepted '121269'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6432> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6432'^^xsd:integer;
  dwc:scientificName 'Cyatholaimus minutus (sp incertae sedis)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120819'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6432'^^xsd:string;
  dwc:aphiaIdAccepted '120819'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6433> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6433'^^xsd:integer;
  dwc:scientificName 'Cyatholaimus nordgaardi (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6433'^^xsd:string;
  dwc:aphiaIdAccepted '120820'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6435> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6435'^^xsd:integer;
  dwc:scientificName 'Cyatholaimus savaljevi (sp incertae sedis)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6435'^^xsd:string;
  dwc:aphiaIdAccepted '120825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6025> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6025'^^xsd:integer;
  dwc:scientificName 'Draconema solidum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6025'^^xsd:string;
  dwc:aphiaIdAccepted '583111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6027> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6027'^^xsd:integer;
  dwc:scientificName 'Draconema spinosum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6027'^^xsd:string;
  dwc:aphiaIdAccepted '121054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6028> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6028'^^xsd:integer;
  dwc:scientificName 'Draconema armatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121040'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6028'^^xsd:string;
  dwc:aphiaIdAccepted '121043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6029> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6029'^^xsd:integer;
  dwc:scientificName 'Draconema campbelli'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6029'^^xsd:string;
  dwc:aphiaIdAccepted '230811'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6030> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6030'^^xsd:integer;
  dwc:scientificName 'Draconema claparedii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121043'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6030'^^xsd:string;
  dwc:aphiaIdAccepted '121043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6090> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6090'^^xsd:integer;
  dwc:scientificName 'Prochromadora orleji'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120697'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6090'^^xsd:string;
  dwc:aphiaIdAccepted '120697'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6033> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6033'^^xsd:integer;
  dwc:scientificName 'Draconema longuirostrum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121046'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6033'^^xsd:string;
  dwc:aphiaIdAccepted '121046'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6034> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6034'^^xsd:integer;
  dwc:scientificName 'Draconema macrocephalum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6034'^^xsd:string;
  dwc:aphiaIdAccepted '121043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6036> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6036'^^xsd:integer;
  dwc:scientificName 'Draconema ophicephalum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121049'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6036'^^xsd:string;
  dwc:aphiaIdAccepted '121049'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6039> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6039'^^xsd:integer;
  dwc:scientificName 'Prochaetosoma primitivum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6039'^^xsd:string;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6207> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6207'^^xsd:integer;
  dwc:scientificName 'Epsilonema cygnoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121058'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6207'^^xsd:string;
  dwc:aphiaIdAccepted '121058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6210> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6210'^^xsd:integer;
  dwc:scientificName 'Metepsilonema hagmeieri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121059'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6210'^^xsd:string;
  dwc:aphiaIdAccepted '121059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6465> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6465'^^xsd:integer;
  dwc:scientificName 'Praeacanthonchus kreisi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6465'^^xsd:string;
  dwc:aphiaIdAccepted '120845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4996> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4996'^^xsd:integer;
  dwc:scientificName 'Choanolaimus psammophilus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4996'^^xsd:string;
  dwc:aphiaIdAccepted '120924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5930> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5930'^^xsd:integer;
  dwc:scientificName 'Desmodora bullata (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5930'^^xsd:string;
  dwc:aphiaIdAccepted '1585879'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5931> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5931'^^xsd:integer;
  dwc:scientificName 'Desmodora intermedia (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5931'^^xsd:string;
  dwc:aphiaIdAccepted '120969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5932> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5932'^^xsd:integer;
  dwc:scientificName 'Desmodora microchaetoides (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120973'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5932'^^xsd:string;
  dwc:aphiaIdAccepted '120973'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5933> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5933'^^xsd:integer;
  dwc:scientificName 'Desmodora nybellini'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5933'^^xsd:string;
  dwc:aphiaIdAccepted '120974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5935> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5935'^^xsd:integer;
  dwc:scientificName 'Desmodora communis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5935'^^xsd:string;
  dwc:aphiaIdAccepted '120964'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5888> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5888'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema rufum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121022'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5888'^^xsd:string;
  dwc:aphiaIdAccepted '121022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6422> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6422'^^xsd:integer;
  dwc:scientificName 'Paracyatholaimus arcticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120901'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6422'^^xsd:string;
  dwc:aphiaIdAccepted '120901'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6423> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6423'^^xsd:integer;
  dwc:scientificName 'Paracyatholaimus dubiosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6423'^^xsd:string;
  dwc:aphiaIdAccepted '120902'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6426> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6426'^^xsd:integer;
  dwc:scientificName 'Paracyatholaimus oistospiculoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6426'^^xsd:string;
  dwc:aphiaIdAccepted '120905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6428> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6428'^^xsd:integer;
  dwc:scientificName 'Paracyatholaimus parasaveljevi (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6428'^^xsd:string;
  dwc:aphiaIdAccepted '120906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3986> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3986'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3986'^^xsd:string;
  dwc:aphiaIdAccepted '1585965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5831> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5831'^^xsd:integer;
  dwc:scientificName 'Microlaimus paraborealis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121090'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5831'^^xsd:string;
  dwc:aphiaIdAccepted '121090'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5833> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5833'^^xsd:integer;
  dwc:scientificName 'Calomicrolaimus parahonestus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '153477'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5833'^^xsd:string;
  dwc:aphiaIdAccepted '121091'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5837> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5837'^^xsd:integer;
  dwc:scientificName 'Microlaimus robustidens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121094'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5837'^^xsd:string;
  dwc:aphiaIdAccepted '121094'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5839> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5839'^^xsd:integer;
  dwc:scientificName 'Calomicrolaimus spirifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5839'^^xsd:string;
  dwc:aphiaIdAccepted '121095'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5925> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5925'^^xsd:integer;
  dwc:scientificName 'Daptonema trichospiculum (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5925'^^xsd:string;
  dwc:aphiaIdAccepted '121557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4654> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4654'^^xsd:integer;
  dwc:scientificName 'Ditlevsenella danica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4654'^^xsd:string;
  dwc:aphiaIdAccepted '122079'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4936> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4936'^^xsd:integer;
  dwc:scientificName 'Dichromadora hyalocheile'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120766'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4936'^^xsd:string;
  dwc:aphiaIdAccepted '120766'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5020> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5020'^^xsd:integer;
  dwc:scientificName 'Metachromadora suecica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121015'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5020'^^xsd:string;
  dwc:aphiaIdAccepted '121015'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5101> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5101'^^xsd:integer;
  dwc:scientificName 'Cobbia trefusiaeformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121515'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5101'^^xsd:string;
  dwc:aphiaIdAccepted '121515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5182> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5182'^^xsd:integer;
  dwc:scientificName 'Diplopeltis incisus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5182'^^xsd:string;
  dwc:aphiaIdAccepted '121409'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5672> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5672'^^xsd:integer;
  dwc:scientificName 'Pseudosteineria horrida'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121588'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5672'^^xsd:string;
  dwc:aphiaIdAccepted '121588'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5773> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5773'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus hirsutus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5773'^^xsd:string;
  dwc:aphiaIdAccepted '121490'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3982> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3982'^^xsd:integer;
  dwc:scientificName 'Dichromadora strandi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3982'^^xsd:string;
  dwc:aphiaIdAccepted '120771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4701> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4701'^^xsd:integer;
  dwc:scientificName 'Symplocostoma leptolaimus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122113'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4701'^^xsd:string;
  dwc:aphiaIdAccepted '122113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6212> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6212'^^xsd:integer;
  dwc:scientificName 'Acantholaimus longisetosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120804'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6212'^^xsd:string;
  dwc:aphiaIdAccepted '120804'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5133> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5133'^^xsd:integer;
  dwc:scientificName 'Gonionchus cumbraensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121565'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5133'^^xsd:string;
  dwc:aphiaIdAccepted '121565'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6213> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6213'^^xsd:integer;
  dwc:scientificName 'Acantholaimus polydentatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6213'^^xsd:string;
  dwc:aphiaIdAccepted '120805'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6216> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6216'^^xsd:integer;
  dwc:scientificName 'Comesoma profundi (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121344'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6216'^^xsd:string;
  dwc:aphiaIdAccepted '121344'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6219> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6219'^^xsd:integer;
  dwc:scientificName 'Comesoma vulgare'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121346'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6219'^^xsd:string;
  dwc:aphiaIdAccepted '121346'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4530> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4530'^^xsd:integer;
  dwc:scientificName 'Enoplus alatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121780'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4530'^^xsd:string;
  dwc:aphiaIdAccepted '121780'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5219> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5219'^^xsd:integer;
  dwc:scientificName 'Leptolaimus ditlevseni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5219'^^xsd:string;
  dwc:aphiaIdAccepted '121266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5221> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5221'^^xsd:integer;
  dwc:scientificName 'Leptolaimus longiseta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5221'^^xsd:string;
  dwc:aphiaIdAccepted '121270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3994> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3994'^^xsd:integer;
  dwc:scientificName 'Calomicrolaimus honestus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '153474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3994'^^xsd:string;
  dwc:aphiaIdAccepted '121082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4108> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4108'^^xsd:integer;
  dwc:scientificName 'Phanoderma steineri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4108'^^xsd:string;
  dwc:aphiaIdAccepted '121833'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4109> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4109'^^xsd:integer;
  dwc:scientificName 'Phanoderma cocksi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121822'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4109'^^xsd:string;
  dwc:aphiaIdAccepted '121822'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4111> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4111'^^xsd:integer;
  dwc:scientificName 'Phanoderma campbelli'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4111'^^xsd:string;
  dwc:aphiaIdAccepted '890851'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4876> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4876'^^xsd:integer;
  dwc:scientificName 'Dichromadora scandula'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4876'^^xsd:string;
  dwc:aphiaIdAccepted '120770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6269> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6269'^^xsd:integer;
  dwc:scientificName 'Chromadorina granulopigmentata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6269'^^xsd:string;
  dwc:aphiaIdAccepted '122281'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4939> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4939'^^xsd:integer;
  dwc:scientificName 'Dichromadora geophila'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4939'^^xsd:string;
  dwc:aphiaIdAccepted '120764'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4112> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4112'^^xsd:integer;
  dwc:scientificName 'Phanoderma parasiticum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121829'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4112'^^xsd:string;
  dwc:aphiaIdAccepted '121829'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5070> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5070'^^xsd:integer;
  dwc:scientificName 'Camacolaimus longicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5070'^^xsd:string;
  dwc:aphiaIdAccepted '868936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6280> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6280'^^xsd:integer;
  dwc:scientificName 'Chromadorina rognoeensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122292'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6280'^^xsd:string;
  dwc:aphiaIdAccepted '122292'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6281> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6281'^^xsd:integer;
  dwc:scientificName 'Chromadorina supralitoralis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122293'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6281'^^xsd:string;
  dwc:aphiaIdAccepted '122293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5069> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5069'^^xsd:integer;
  dwc:scientificName 'Camacolaimus tardus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121234'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5069'^^xsd:string;
  dwc:aphiaIdAccepted '868946'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4937> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4937'^^xsd:integer;
  dwc:scientificName 'Dichromadora cephalata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120762'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4937'^^xsd:string;
  dwc:aphiaIdAccepted '120762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4938> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4938'^^xsd:integer;
  dwc:scientificName 'Dichromadora cucullata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4938'^^xsd:string;
  dwc:aphiaIdAccepted '120763'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4901> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4901'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus vulgaris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4901'^^xsd:string;
  dwc:aphiaIdAccepted '121866'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4220> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4220'^^xsd:integer;
  dwc:scientificName 'Symplocostoma tenuicolle'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4220'^^xsd:string;
  dwc:aphiaIdAccepted '122120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4377> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4377'^^xsd:integer;
  dwc:scientificName 'Pseudocella saveljevi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4377'^^xsd:string;
  dwc:aphiaIdAccepted '121989'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6162> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6162'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus caecus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120877'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6162'^^xsd:string;
  dwc:aphiaIdAccepted '120877'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6167> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6167'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus longus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6167'^^xsd:string;
  dwc:aphiaIdAccepted '120883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6169> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6169'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus macrodon'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120884'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6169'^^xsd:string;
  dwc:aphiaIdAccepted '120884'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6171> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6171'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6171'^^xsd:string;
  dwc:aphiaIdAccepted '120892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5162> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5162'^^xsd:integer;
  dwc:scientificName 'Terschellingia longicaudata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5162'^^xsd:string;
  dwc:aphiaIdAccepted '121679'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5163> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5163'^^xsd:integer;
  dwc:scientificName 'Axonolaimus helgolandicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121308'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5163'^^xsd:string;
  dwc:aphiaIdAccepted '121308'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5164> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5164'^^xsd:integer;
  dwc:scientificName 'Axonolaimus hexapilus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5164'^^xsd:string;
  dwc:aphiaIdAccepted '121309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5235> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5235'^^xsd:integer;
  dwc:scientificName 'Leptolaimus trichodes'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5235'^^xsd:string;
  dwc:aphiaIdAccepted '121285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5238> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5238'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5238'^^xsd:string;
  dwc:aphiaIdAccepted '121287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6324> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6324'^^xsd:integer;
  dwc:scientificName 'Protochromadora scampae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6324'^^xsd:string;
  dwc:aphiaIdAccepted '120732'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5899> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5899'^^xsd:integer;
  dwc:scientificName 'Spirinia schneideri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121029'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5899'^^xsd:string;
  dwc:aphiaIdAccepted '121029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5901> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5901'^^xsd:integer;
  dwc:scientificName 'Pseudonchus deconincki'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5901'^^xsd:string;
  dwc:aphiaIdAccepted '120993'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6092> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6092'^^xsd:integer;
  dwc:scientificName 'Prochromadorella attenuata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6092'^^xsd:string;
  dwc:aphiaIdAccepted '120702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5791> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5791'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus polaris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121503'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5791'^^xsd:string;
  dwc:aphiaIdAccepted '987293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5084> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5084'^^xsd:integer;
  dwc:scientificName 'Pselionema longiseta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5084'^^xsd:string;
  dwc:aphiaIdAccepted '870704'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5150> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5150'^^xsd:integer;
  dwc:scientificName 'Eumorpholaimus sabulicolus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5150'^^xsd:string;
  dwc:aphiaIdAccepted '584276'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5151> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5151'^^xsd:integer;
  dwc:scientificName 'Linhomoeus elongatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5151'^^xsd:string;
  dwc:aphiaIdAccepted '121712'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5152> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5152'^^xsd:integer;
  dwc:scientificName 'Linhomoeus hirsutus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5152'^^xsd:string;
  dwc:aphiaIdAccepted '121714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5153> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5153'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus conicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5153'^^xsd:string;
  dwc:aphiaIdAccepted '1585953'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5154> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5154'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus lepturus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121734'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5154'^^xsd:string;
  dwc:aphiaIdAccepted '121734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5155> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5155'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5155'^^xsd:string;
  dwc:aphiaIdAccepted '1585965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5156> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5156'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus uniovarium'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5156'^^xsd:string;
  dwc:aphiaIdAccepted '121741'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5157> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5157'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus filiformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5157'^^xsd:string;
  dwc:aphiaIdAccepted '228949'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5158> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5158'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5158'^^xsd:string;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5159> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5159'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus typicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121672'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5159'^^xsd:string;
  dwc:aphiaIdAccepted '121672'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5160> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5160'^^xsd:integer;
  dwc:scientificName 'Terschellingia communis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121677'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5160'^^xsd:string;
  dwc:aphiaIdAccepted '121677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5161> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5161'^^xsd:integer;
  dwc:scientificName 'Terschellingia gourbaultae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121678'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5161'^^xsd:string;
  dwc:aphiaIdAccepted '121678'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4115> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4115'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus propinquus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121860'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4115'^^xsd:string;
  dwc:aphiaIdAccepted '121860'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4118> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4118'^^xsd:integer;
  dwc:scientificName 'Mesacanthion diplechma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4118'^^xsd:string;
  dwc:aphiaIdAccepted '121890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4120> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4120'^^xsd:integer;
  dwc:scientificName 'Mesacanthion hirsutum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4120'^^xsd:string;
  dwc:aphiaIdAccepted '121892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4216> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4216'^^xsd:integer;
  dwc:scientificName 'Pareurystomina acuminata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122097'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4216'^^xsd:string;
  dwc:aphiaIdAccepted '122097'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4218> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4218'^^xsd:integer;
  dwc:scientificName 'Calyptronema maxweberi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122076'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4218'^^xsd:string;
  dwc:aphiaIdAccepted '122076'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5083> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5083'^^xsd:integer;
  dwc:scientificName 'Dasynemella albaensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5083'^^xsd:string;
  dwc:aphiaIdAccepted '870701'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4940> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4940'^^xsd:integer;
  dwc:scientificName 'Hypodontolaimus balticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4940'^^xsd:string;
  dwc:aphiaIdAccepted '120773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4941> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4941'^^xsd:integer;
  dwc:scientificName 'Hypodontolaimus inaequalis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4941'^^xsd:string;
  dwc:aphiaIdAccepted '120776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4942> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4942'^^xsd:integer;
  dwc:scientificName 'Hypodontolaimus colesi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120774'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4942'^^xsd:string;
  dwc:aphiaIdAccepted '120774'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4943> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4943'^^xsd:integer;
  dwc:scientificName 'Hypodontolaimus schuurmansstekhoveni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120779'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4943'^^xsd:string;
  dwc:aphiaIdAccepted '120779'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4944> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4944'^^xsd:integer;
  dwc:scientificName 'Ptycholaimellus ponticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4944'^^xsd:string;
  dwc:aphiaIdAccepted '120798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4945> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4945'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosoma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4945'^^xsd:string;
  dwc:aphiaIdAccepted '120792'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4946> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4946'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosomoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120793'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4946'^^xsd:string;
  dwc:aphiaIdAccepted '120793'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4947> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4947'^^xsd:integer;
  dwc:scientificName 'Neochromadora tecta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120795'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4947'^^xsd:string;
  dwc:aphiaIdAccepted '120795'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4948> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4948'^^xsd:integer;
  dwc:scientificName 'Neochromadora paratecta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4948'^^xsd:string;
  dwc:aphiaIdAccepted '120791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4949> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4949'^^xsd:integer;
  dwc:scientificName 'Neochromadora trichophora'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120796'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4949'^^xsd:string;
  dwc:aphiaIdAccepted '120796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4950> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4950'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4950'^^xsd:string;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4951> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4951'^^xsd:integer;
  dwc:scientificName 'Spilophorella candida'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4951'^^xsd:string;
  dwc:aphiaIdAccepted '120799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5081> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5081'^^xsd:integer;
  dwc:scientificName 'Chitwoodia warwicki'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5081'^^xsd:string;
  dwc:aphiaIdAccepted '121301'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5082> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5082'^^xsd:integer;
  dwc:scientificName 'Ceramonema yunfengi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121202'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5082'^^xsd:string;
  dwc:aphiaIdAccepted '121202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4702> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4702'^^xsd:integer;
  dwc:scientificName 'Symplocostoma majus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122114'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4702'^^xsd:string;
  dwc:aphiaIdAccepted '122114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4703> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4703'^^xsd:integer;
  dwc:scientificName 'Symplocostoma medium'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122115'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4703'^^xsd:string;
  dwc:aphiaIdAccepted '122115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4704> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4704'^^xsd:integer;
  dwc:scientificName 'Symplocostoma murmanicum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122116'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4704'^^xsd:string;
  dwc:aphiaIdAccepted '122116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4368> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4368'^^xsd:integer;
  dwc:scientificName 'Synonchus murmanicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121980'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4368'^^xsd:string;
  dwc:aphiaIdAccepted '121980'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4369> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4369'^^xsd:integer;
  dwc:scientificName 'Synonchus armatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121975'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4369'^^xsd:string;
  dwc:aphiaIdAccepted '121975'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4371> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4371'^^xsd:integer;
  dwc:scientificName 'Deontostoma lobatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121983'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4371'^^xsd:string;
  dwc:aphiaIdAccepted '121983'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4374> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4374'^^xsd:integer;
  dwc:scientificName 'Pseudocella elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4374'^^xsd:string;
  dwc:aphiaIdAccepted '1876707'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4376> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4376'^^xsd:integer;
  dwc:scientificName 'Pseudocella gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121988'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4376'^^xsd:string;
  dwc:aphiaIdAccepted '121988'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5073> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5073'^^xsd:integer;
  dwc:scientificName 'Haliplectus wheeleri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121225'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5073'^^xsd:string;
  dwc:aphiaIdAccepted '121225'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5074> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5074'^^xsd:integer;
  dwc:scientificName 'Haliplectus dorsalis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5074'^^xsd:string;
  dwc:aphiaIdAccepted '121223'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5075> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5075'^^xsd:integer;
  dwc:scientificName 'Tarvaia angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5075'^^xsd:string;
  dwc:aphiaIdAccepted '121296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5076> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5076'^^xsd:integer;
  dwc:scientificName 'Aegialoalaimus elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121184'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5076'^^xsd:string;
  dwc:aphiaIdAccepted '121184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5077> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5077'^^xsd:integer;
  dwc:scientificName 'Cyartonema elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5077'^^xsd:string;
  dwc:aphiaIdAccepted '121188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5078> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5078'^^xsd:integer;
  dwc:scientificName 'Cyartonema germanicum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121189'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5078'^^xsd:string;
  dwc:aphiaIdAccepted '121189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5079> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5079'^^xsd:integer;
  dwc:scientificName 'Cyartonema zosterae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121192'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5079'^^xsd:string;
  dwc:aphiaIdAccepted '121192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5080> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5080'^^xsd:integer;
  dwc:scientificName 'Chitwoodia tripapillata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121300'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5080'^^xsd:string;
  dwc:aphiaIdAccepted '121300'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5072> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5072'^^xsd:integer;
  dwc:scientificName 'Onchium conicaudatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121241'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5072'^^xsd:string;
  dwc:aphiaIdAccepted '229309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4997> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4997'^^xsd:integer;
  dwc:scientificName 'Choniolaimus panicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4997'^^xsd:string;
  dwc:aphiaIdAccepted '120927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5353> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5353'^^xsd:integer;
  dwc:scientificName 'Desmoscolex adriaticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121112'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5353'^^xsd:string;
  dwc:aphiaIdAccepted '121112'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5031> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5031'^^xsd:integer;
  dwc:scientificName 'Eubostrichus smo'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5031'^^xsd:string;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5032> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5032'^^xsd:integer;
  dwc:scientificName 'Leptonemella aphanothecae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5032'^^xsd:string;
  dwc:aphiaIdAccepted '121035'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5033> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5033'^^xsd:integer;
  dwc:scientificName 'Epsilonema pustulatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '153411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5033'^^xsd:string;
  dwc:aphiaIdAccepted '153411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5034> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5034'^^xsd:integer;
  dwc:scientificName 'Draconema cephalatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5034'^^xsd:string;
  dwc:aphiaIdAccepted '121042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5035> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5035'^^xsd:integer;
  dwc:scientificName 'Draconema claparedii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121043'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5035'^^xsd:string;
  dwc:aphiaIdAccepted '121043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5036> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5036'^^xsd:integer;
  dwc:scientificName 'Paradraconema spinosum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5036'^^xsd:string;
  dwc:aphiaIdAccepted '121054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5030> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5030'^^xsd:integer;
  dwc:scientificName 'Eubostrichus macintyrei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121031'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5030'^^xsd:string;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4378> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4378'^^xsd:integer;
  dwc:scientificName 'Thoracostoma amphacanthus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4378'^^xsd:string;
  dwc:aphiaIdAccepted '121991'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5021> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5021'^^xsd:integer;
  dwc:scientificName 'Metachromadora vivipara'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5021'^^xsd:string;
  dwc:aphiaIdAccepted '230068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5022> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5022'^^xsd:integer;
  dwc:scientificName 'Metachromadora remanei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121013'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5022'^^xsd:string;
  dwc:aphiaIdAccepted '159621'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5023> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5023'^^xsd:integer;
  dwc:scientificName 'Onyx perfectus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5023'^^xsd:string;
  dwc:aphiaIdAccepted '122295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5024> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5024'^^xsd:integer;
  dwc:scientificName 'Onyx sagittarius'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5024'^^xsd:string;
  dwc:aphiaIdAccepted '122296'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5025> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5025'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema litorale'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5025'^^xsd:string;
  dwc:aphiaIdAccepted '1320846'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5026> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5026'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema rufum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121022'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5026'^^xsd:string;
  dwc:aphiaIdAccepted '121022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5027> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5027'^^xsd:integer;
  dwc:scientificName 'Polysigma fuscum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5027'^^xsd:string;
  dwc:aphiaIdAccepted '121017'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5028> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5028'^^xsd:integer;
  dwc:scientificName 'Pseudonchus deconincki'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5028'^^xsd:string;
  dwc:aphiaIdAccepted '120993'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5029> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5029'^^xsd:integer;
  dwc:scientificName 'Pseudonchus northumbriensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5029'^^xsd:string;
  dwc:aphiaIdAccepted '120997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5902> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5902'^^xsd:integer;
  dwc:scientificName 'Pseudonchus donsi (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5902'^^xsd:string;
  dwc:aphiaIdAccepted '120994'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5453> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5453'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus longiseta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5453'^^xsd:string;
  dwc:aphiaIdAccepted '121663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6327> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6327'^^xsd:integer;
  dwc:scientificName 'Chromadorita abnormis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6327'^^xsd:string;
  dwc:aphiaIdAccepted '120741'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5359> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5359'^^xsd:integer;
  dwc:scientificName 'Desmoscolex borealis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121117'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5359'^^xsd:string;
  dwc:aphiaIdAccepted '121117'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5452> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5452'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5452'^^xsd:string;
  dwc:aphiaIdAccepted '121662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5102> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5102'^^xsd:integer;
  dwc:scientificName 'Daptonema biggi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121520'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5102'^^xsd:string;
  dwc:aphiaIdAccepted '121520'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4224> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4224'^^xsd:integer;
  dwc:scientificName 'Tripyla cornuta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4224'^^xsd:string;
  dwc:aphiaIdAccepted '122232'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4379> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4379'^^xsd:integer;
  dwc:scientificName 'Thoracostoma brachylobatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121992'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4379'^^xsd:string;
  dwc:aphiaIdAccepted '121992'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5463> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5463'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus tristis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121671'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5463'^^xsd:string;
  dwc:aphiaIdAccepted '121671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4531> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4531'^^xsd:integer;
  dwc:scientificName 'Enoplus auriculatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121781'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4531'^^xsd:string;
  dwc:aphiaIdAccepted '121781'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5687> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5687'^^xsd:integer;
  dwc:scientificName 'Theristus parasetosus (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121629'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5687'^^xsd:string;
  dwc:aphiaIdAccepted '121629'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4998> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4998'^^xsd:integer;
  dwc:scientificName 'Choniolaimus papillatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4998'^^xsd:string;
  dwc:aphiaIdAccepted '120928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5455> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5455'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus maroeyensis (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5455'^^xsd:string;
  dwc:aphiaIdAccepted '121664'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5456> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5456'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus microsetosus (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121665'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5456'^^xsd:string;
  dwc:aphiaIdAccepted '121665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5459> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5459'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus pareffilatus (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5459'^^xsd:string;
  dwc:aphiaIdAccepted '121668'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5461> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5461'^^xsd:integer;
  dwc:scientificName 'Metalinhomoeus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121670'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5461'^^xsd:string;
  dwc:aphiaIdAccepted '121670'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5134> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5134'^^xsd:integer;
  dwc:scientificName 'Gonionchus inaequalis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5134'^^xsd:string;
  dwc:aphiaIdAccepted '121566'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5063> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5063'^^xsd:integer;
  dwc:scientificName 'Leptolaimus scotlandicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121280'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5063'^^xsd:string;
  dwc:aphiaIdAccepted '121280'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5466> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5466'^^xsd:integer;
  dwc:scientificName 'Nijhoffia longicaudata (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121697'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5466'^^xsd:string;
  dwc:aphiaIdAccepted '121697'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5735> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5735'^^xsd:integer;
  dwc:scientificName 'Theristus pellucidus (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121630'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5735'^^xsd:string;
  dwc:aphiaIdAccepted '121630'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5065> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5065'^^xsd:integer;
  dwc:scientificName 'Halaphanolaimus pellucidus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5065'^^xsd:string;
  dwc:aphiaIdAccepted '851706'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4533> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4533'^^xsd:integer;
  dwc:scientificName 'Enoplus constrictus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121785'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4533'^^xsd:string;
  dwc:aphiaIdAccepted '121785'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4534> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4534'^^xsd:integer;
  dwc:scientificName 'Enoplus crassus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121786'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4534'^^xsd:string;
  dwc:aphiaIdAccepted '121786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5053> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5053'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5053'^^xsd:string;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5066> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5066'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus jayasreei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121289'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5066'^^xsd:string;
  dwc:aphiaIdAccepted '868903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5067> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5067'^^xsd:integer;
  dwc:scientificName 'Stephanolaimus spartinae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121291'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5067'^^xsd:string;
  dwc:aphiaIdAccepted '868907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5140> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5140'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus hirsutus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5140'^^xsd:string;
  dwc:aphiaIdAccepted '121490'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5064> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5064'^^xsd:integer;
  dwc:scientificName 'Leptolaimus papilliger'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5064'^^xsd:string;
  dwc:aphiaIdAccepted '121277'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5530> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5530'^^xsd:integer;
  dwc:scientificName 'Paralinhomoeus ilenensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5530'^^xsd:string;
  dwc:aphiaIdAccepted '1585956'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5321> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5321'^^xsd:integer;
  dwc:scientificName 'Odontophora parasetosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121330'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5321'^^xsd:string;
  dwc:aphiaIdAccepted '121330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5139> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5139'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121489'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5139'^^xsd:string;
  dwc:aphiaIdAccepted '121489'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5141> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5141'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus islandicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5141'^^xsd:string;
  dwc:aphiaIdAccepted '987297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5142> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5142'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus macrocirculus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5142'^^xsd:string;
  dwc:aphiaIdAccepted '121494'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5135> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5135'^^xsd:integer;
  dwc:scientificName 'Gonionchus longicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121567'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5135'^^xsd:string;
  dwc:aphiaIdAccepted '121567'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5136> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5136'^^xsd:integer;
  dwc:scientificName 'Xyala riemanni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121646'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5136'^^xsd:string;
  dwc:aphiaIdAccepted '121646'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5137> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5137'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5137'^^xsd:string;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5138> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5138'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus balticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121484'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5138'^^xsd:string;
  dwc:aphiaIdAccepted '121484'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5645> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5645'^^xsd:integer;
  dwc:scientificName 'Monhystera natans (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121463'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5645'^^xsd:string;
  dwc:aphiaIdAccepted '1055635'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5646> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5646'^^xsd:integer;
  dwc:scientificName 'Monhystera paraambigua'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121464'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5646'^^xsd:string;
  dwc:aphiaIdAccepted '468111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5649> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5649'^^xsd:integer;
  dwc:scientificName 'Monhystera paradisjuncta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121466'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5649'^^xsd:string;
  dwc:aphiaIdAccepted '1054531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5650> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5650'^^xsd:integer;
  dwc:scientificName 'Monhystera parelegantula'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121469'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5650'^^xsd:string;
  dwc:aphiaIdAccepted '153356'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5143> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5143'^^xsd:integer;
  dwc:scientificName 'Parasphaerolaimus paradoxus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5143'^^xsd:string;
  dwc:aphiaIdAccepted '121481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5224> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5224'^^xsd:integer;
  dwc:scientificName 'Leptolaimus membranatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5224'^^xsd:string;
  dwc:aphiaIdAccepted '121273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5555> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5555'^^xsd:integer;
  dwc:scientificName 'Daptonema donsi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121527'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5555'^^xsd:string;
  dwc:aphiaIdAccepted '121527'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5112> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5112'^^xsd:integer;
  dwc:scientificName 'Daptonema setosum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5112'^^xsd:string;
  dwc:aphiaIdAccepted '121552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5557> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5557'^^xsd:integer;
  dwc:scientificName 'Daptonema groenlandicum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121532'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5557'^^xsd:string;
  dwc:aphiaIdAccepted '121532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5558> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5558'^^xsd:integer;
  dwc:scientificName 'Daptonema kornoeense'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121535'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5558'^^xsd:string;
  dwc:aphiaIdAccepted '121535'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5562> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5562'^^xsd:integer;
  dwc:scientificName 'Daptonema oxycerca'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5562'^^xsd:string;
  dwc:aphiaIdAccepted '121541'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5637> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5637'^^xsd:integer;
  dwc:scientificName 'Monhystera macquariensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5637'^^xsd:string;
  dwc:aphiaIdAccepted '161194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5548> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5548'^^xsd:integer;
  dwc:scientificName 'Amphimonhystera paranechma (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121510'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5548'^^xsd:string;
  dwc:aphiaIdAccepted '121510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5551> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5551'^^xsd:integer;
  dwc:scientificName 'Cobbia simplex (simplex)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5551'^^xsd:string;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5103> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5103'^^xsd:integer;
  dwc:scientificName 'Daptonema fallax'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121529'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5103'^^xsd:string;
  dwc:aphiaIdAccepted '121529'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5104> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5104'^^xsd:integer;
  dwc:scientificName 'Daptonema furcatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121531'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5104'^^xsd:string;
  dwc:aphiaIdAccepted '121531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5105> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5105'^^xsd:integer;
  dwc:scientificName 'Daptonema hirsutum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121533'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5105'^^xsd:string;
  dwc:aphiaIdAccepted '121533'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5106> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5106'^^xsd:integer;
  dwc:scientificName 'Daptonema invagiferoum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121534'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5106'^^xsd:string;
  dwc:aphiaIdAccepted '121534'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5107> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5107'^^xsd:integer;
  dwc:scientificName 'Daptonema normandicum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5107'^^xsd:string;
  dwc:aphiaIdAccepted '121540'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5108> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5108'^^xsd:integer;
  dwc:scientificName 'Daptonema oxycerca'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5108'^^xsd:string;
  dwc:aphiaIdAccepted '121541'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5109> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5109'^^xsd:integer;
  dwc:scientificName 'Daptonema procerum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5109'^^xsd:string;
  dwc:aphiaIdAccepted '121545'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5110> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5110'^^xsd:integer;
  dwc:scientificName 'Daptonema psammoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5110'^^xsd:string;
  dwc:aphiaIdAccepted '121548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5111> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5111'^^xsd:integer;
  dwc:scientificName 'Daptonema setifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5111'^^xsd:string;
  dwc:aphiaIdAccepted '121551'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5938> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5938'^^xsd:integer;
  dwc:scientificName 'Desmodora hirsuta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5938'^^xsd:string;
  dwc:aphiaIdAccepted '583487'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6040> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6040'^^xsd:integer;
  dwc:scientificName 'Epsilonema pustulatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '153411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6040'^^xsd:string;
  dwc:aphiaIdAccepted '153411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4532> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4532'^^xsd:integer;
  dwc:scientificName 'Enoplus brachyuris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4532'^^xsd:string;
  dwc:aphiaIdAccepted '121782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5052> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5052'^^xsd:integer;
  dwc:scientificName 'Molgolaimus demani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120992'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5052'^^xsd:string;
  dwc:aphiaIdAccepted '161096'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5434> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5434'^^xsd:integer;
  dwc:scientificName 'Cyartonema roervikensis (sp inq incertae sedis)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5434'^^xsd:string;
  dwc:aphiaIdAccepted '121190'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5430> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5430'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus obtusicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5430'^^xsd:string;
  dwc:aphiaIdAccepted '121755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5435> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5435'^^xsd:integer;
  dwc:scientificName 'Cyartonema tenuicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5435'^^xsd:string;
  dwc:aphiaIdAccepted '121191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4520> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4520'^^xsd:integer;
  dwc:scientificName 'Epacanthion flagellicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4520'^^xsd:string;
  dwc:aphiaIdAccepted '121872'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5431> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5431'^^xsd:integer;
  dwc:scientificName 'Siphonolaimus roervikensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5431'^^xsd:string;
  dwc:aphiaIdAccepted '121756'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4055> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4055'^^xsd:integer;
  dwc:scientificName 'Bathylaimus australis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122236'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4055'^^xsd:string;
  dwc:aphiaIdAccepted '122236'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5690> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5690'^^xsd:integer;
  dwc:scientificName 'Theristus strandi (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121638'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5690'^^xsd:string;
  dwc:aphiaIdAccepted '121638'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5652> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5652'^^xsd:integer;
  dwc:scientificName 'Monhystera parva'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121470'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5652'^^xsd:string;
  dwc:aphiaIdAccepted '121479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5467> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5467'^^xsd:integer;
  dwc:scientificName 'Paraegialoalaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5467'^^xsd:string;
  dwc:aphiaIdAccepted '121698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5469> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5469'^^xsd:integer;
  dwc:scientificName 'Sarsonia leptosoma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121675'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5469'^^xsd:string;
  dwc:aphiaIdAccepted '121675'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5113> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5113'^^xsd:integer;
  dwc:scientificName 'Daptonema tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5113'^^xsd:string;
  dwc:aphiaIdAccepted '121555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5114> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5114'^^xsd:integer;
  dwc:scientificName 'Daptonema vicinum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5114'^^xsd:string;
  dwc:aphiaIdAccepted '121558'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5115> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5115'^^xsd:integer;
  dwc:scientificName 'Theristus acer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5115'^^xsd:string;
  dwc:aphiaIdAccepted '121601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5116> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5116'^^xsd:integer;
  dwc:scientificName 'Theristus bastiani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5116'^^xsd:string;
  dwc:aphiaIdAccepted '121605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5117> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5117'^^xsd:integer;
  dwc:scientificName 'Theristus complexus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121608'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5117'^^xsd:string;
  dwc:aphiaIdAccepted '121608'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4077> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4077'^^xsd:integer;
  dwc:scientificName 'Leptosomatum arcticum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4077'^^xsd:string;
  dwc:aphiaIdAccepted '423483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5477> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5477'^^xsd:integer;
  dwc:scientificName 'Terschellingia similis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5477'^^xsd:string;
  dwc:aphiaIdAccepted '121682'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5478> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5478'^^xsd:integer;
  dwc:scientificName 'Pandolaimus kornoeensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122218'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5478'^^xsd:string;
  dwc:aphiaIdAccepted '122219'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5479> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5479'^^xsd:integer;
  dwc:scientificName 'Eleutherolaimus cylindricaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5479'^^xsd:string;
  dwc:aphiaIdAccepted '121683'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5736> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5736'^^xsd:integer;
  dwc:scientificName 'Theristus pyronasi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121633'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5736'^^xsd:string;
  dwc:aphiaIdAccepted '121633'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5737> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5737'^^xsd:integer;
  dwc:scientificName 'Theristus scanicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121636'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5737'^^xsd:string;
  dwc:aphiaIdAccepted '121636'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5738> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5738'^^xsd:integer;
  dwc:scientificName 'Theristus velox'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121640'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5738'^^xsd:string;
  dwc:aphiaIdAccepted '121640'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4999> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4999'^^xsd:integer;
  dwc:scientificName 'Gammanema rapax (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120934'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4999'^^xsd:string;
  dwc:aphiaIdAccepted '120934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5000> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5000'^^xsd:integer;
  dwc:scientificName 'Gammanema conicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5000'^^xsd:string;
  dwc:aphiaIdAccepted '120932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5001> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5001'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus robustus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120940'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5001'^^xsd:string;
  dwc:aphiaIdAccepted '120940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5848> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5848'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5848'^^xsd:string;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5745> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5745'^^xsd:integer;
  dwc:scientificName 'Omicronema nidrosiense (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5745'^^xsd:string;
  dwc:aphiaIdAccepted '121579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5747> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5747'^^xsd:integer;
  dwc:scientificName 'Xyala barbata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5747'^^xsd:string;
  dwc:aphiaIdAccepted '121644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5748> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5748'^^xsd:integer;
  dwc:scientificName 'Xyala longicaudata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121645'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5748'^^xsd:string;
  dwc:aphiaIdAccepted '121567'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5749> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5749'^^xsd:integer;
  dwc:scientificName 'Xyala striata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5749'^^xsd:string;
  dwc:aphiaIdAccepted '121647'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5841> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5841'^^xsd:integer;
  dwc:scientificName 'Microlaimus tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161096'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5841'^^xsd:string;
  dwc:aphiaIdAccepted '161096'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4468> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4468'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus denticulatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4468'^^xsd:string;
  dwc:aphiaIdAccepted '121853'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4469> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4469'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus filiformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4469'^^xsd:string;
  dwc:aphiaIdAccepted '121854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4471> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4471'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus halophilus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4471'^^xsd:string;
  dwc:aphiaIdAccepted '121856'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5124> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5124'^^xsd:integer;
  dwc:scientificName 'Theristus otoplanobius'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5124'^^xsd:string;
  dwc:aphiaIdAccepted '121628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5125> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5125'^^xsd:integer;
  dwc:scientificName 'Theristus pertenuis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121631'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5125'^^xsd:string;
  dwc:aphiaIdAccepted '121631'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5126> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5126'^^xsd:integer;
  dwc:scientificName 'Trichotheristus mirabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5126'^^xsd:string;
  dwc:aphiaIdAccepted '1307414'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5127> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5127'^^xsd:integer;
  dwc:scientificName 'Metadesmolaimus aduncus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121569'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5127'^^xsd:string;
  dwc:aphiaIdAccepted '121569'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5128> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5128'^^xsd:integer;
  dwc:scientificName 'Metadesmolaimus gelana'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5128'^^xsd:string;
  dwc:aphiaIdAccepted '121572'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5129> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5129'^^xsd:integer;
  dwc:scientificName 'Metadesmolaimus pandus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121576'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5129'^^xsd:string;
  dwc:aphiaIdAccepted '121576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5130> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5130'^^xsd:integer;
  dwc:scientificName 'Daptonema albigensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5130'^^xsd:string;
  dwc:aphiaIdAccepted '990381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4353> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4353'^^xsd:integer;
  dwc:scientificName 'Syringonomus typicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4353'^^xsd:string;
  dwc:aphiaIdAccepted '121964'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4355> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4355'^^xsd:integer;
  dwc:scientificName 'Cylicolaimus obtusidens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4355'^^xsd:string;
  dwc:aphiaIdAccepted '121941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4357> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4357'^^xsd:integer;
  dwc:scientificName 'Metacylicolaimus effilatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121942'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4357'^^xsd:string;
  dwc:aphiaIdAccepted '121942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4358> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4358'^^xsd:integer;
  dwc:scientificName 'Metacylicolaimus flagellicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121944'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4358'^^xsd:string;
  dwc:aphiaIdAccepted '121944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4359> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4359'^^xsd:integer;
  dwc:scientificName 'Metacylicolaimus filicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4359'^^xsd:string;
  dwc:aphiaIdAccepted '121943'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6042> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6042'^^xsd:integer;
  dwc:scientificName 'Draconema inarimense'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121045'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6042'^^xsd:string;
  dwc:aphiaIdAccepted '121045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6047> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6047'^^xsd:integer;
  dwc:scientificName 'Dorylaimopsis punctata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121349'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6047'^^xsd:string;
  dwc:aphiaIdAccepted '121349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6050> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6050'^^xsd:integer;
  dwc:scientificName 'Paracomesoma dubium'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121347'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6050'^^xsd:string;
  dwc:aphiaIdAccepted '121347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6059> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6059'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6059'^^xsd:string;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6145> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6145'^^xsd:integer;
  dwc:scientificName 'Neochromadora poecilosomoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120793'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6145'^^xsd:string;
  dwc:aphiaIdAccepted '120793'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4177> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4177'^^xsd:integer;
  dwc:scientificName 'Metoncholaimus albidus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122158'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4177'^^xsd:string;
  dwc:aphiaIdAccepted '122158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4179> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4179'^^xsd:integer;
  dwc:scientificName 'Oncholaimus aegypticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122163'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4179'^^xsd:string;
  dwc:aphiaIdAccepted '122163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4190> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4190'^^xsd:integer;
  dwc:scientificName 'Pseudoncholaimus dujardinii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '161290'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4190'^^xsd:string;
  dwc:aphiaIdAccepted '161290'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4194> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4194'^^xsd:integer;
  dwc:scientificName 'Oncholaimus oxyuris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4194'^^xsd:string;
  dwc:aphiaIdAccepted '122177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4197> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4197'^^xsd:integer;
  dwc:scientificName 'Oncholaimus skawensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4197'^^xsd:string;
  dwc:aphiaIdAccepted '122182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4952> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4952'^^xsd:integer;
  dwc:scientificName 'Dorylaimopsis punctata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121349'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4952'^^xsd:string;
  dwc:aphiaIdAccepted '121349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4361> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4361'^^xsd:integer;
  dwc:scientificName 'Corythostoma filipjevi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4361'^^xsd:string;
  dwc:aphiaIdAccepted '121970'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4364> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4364'^^xsd:integer;
  dwc:scientificName 'Synonchus intermedius'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121978'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4364'^^xsd:string;
  dwc:aphiaIdAccepted '121978'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4365> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4365'^^xsd:integer;
  dwc:scientificName 'Synonchus roscovianus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121981'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4365'^^xsd:string;
  dwc:aphiaIdAccepted '121981'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4366> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4366'^^xsd:integer;
  dwc:scientificName 'Synonchus acuticaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4366'^^xsd:string;
  dwc:aphiaIdAccepted '121974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4455> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4455'^^xsd:integer;
  dwc:scientificName 'Oxyonchus polaris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4455'^^xsd:string;
  dwc:aphiaIdAccepted '121906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4456> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4456'^^xsd:integer;
  dwc:scientificName 'Parasaveljevia clavicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4456'^^xsd:string;
  dwc:aphiaIdAccepted '121914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4458> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4458'^^xsd:integer;
  dwc:scientificName 'Saveljevia curvidens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4458'^^xsd:string;
  dwc:aphiaIdAccepted '121916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4459> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4459'^^xsd:integer;
  dwc:scientificName 'Saveljevia kolaensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4459'^^xsd:string;
  dwc:aphiaIdAccepted '121917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4460> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4460'^^xsd:integer;
  dwc:scientificName 'Saveljevia spissignatha'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4460'^^xsd:string;
  dwc:aphiaIdAccepted '121918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4461> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4461'^^xsd:integer;
  dwc:scientificName 'Saveljevia xiphonchus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121919'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4461'^^xsd:string;
  dwc:aphiaIdAccepted '121919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4462> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4462'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus abnormis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121849'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4462'^^xsd:string;
  dwc:aphiaIdAccepted '121849'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5743> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5743'^^xsd:integer;
  dwc:scientificName 'Trichotheristus psammoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5743'^^xsd:string;
  dwc:aphiaIdAccepted '121548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5740> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5740'^^xsd:integer;
  dwc:scientificName 'Trichotheristus mirabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5740'^^xsd:string;
  dwc:aphiaIdAccepted '1307414'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4078> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4078'^^xsd:integer;
  dwc:scientificName 'Leptosomatum bacillatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4078'^^xsd:string;
  dwc:aphiaIdAccepted '121960'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4080> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4080'^^xsd:integer;
  dwc:scientificName 'Leptosomatum elongatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121955'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4080'^^xsd:string;
  dwc:aphiaIdAccepted '121957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4084> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4084'^^xsd:integer;
  dwc:scientificName 'Platycoma cephalata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4084'^^xsd:string;
  dwc:aphiaIdAccepted '121965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4087> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4087'^^xsd:integer;
  dwc:scientificName 'Cylicolaimus magnus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121940'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4087'^^xsd:string;
  dwc:aphiaIdAccepted '121940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4088> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4088'^^xsd:integer;
  dwc:scientificName 'Eusynonchus brevisetosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121971'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4088'^^xsd:string;
  dwc:aphiaIdAccepted '121971'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4183> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4183'^^xsd:integer;
  dwc:scientificName 'Oncholaimus brachycercus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122165'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4183'^^xsd:string;
  dwc:aphiaIdAccepted '122165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4186> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4186'^^xsd:integer;
  dwc:scientificName 'Oncholaimus campylocercoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122167'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4186'^^xsd:string;
  dwc:aphiaIdAccepted '122167'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4226> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4226'^^xsd:integer;
  dwc:scientificName 'Tripyla glomerans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4226'^^xsd:string;
  dwc:aphiaIdAccepted '122233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4233> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4233'^^xsd:integer;
  dwc:scientificName 'Bathylaimus arcticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4233'^^xsd:string;
  dwc:aphiaIdAccepted '122235'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4351> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4351'^^xsd:integer;
  dwc:scientificName 'Platycomopsis mesjatzevi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4351'^^xsd:string;
  dwc:aphiaIdAccepted '121968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4454> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4454'^^xsd:integer;
  dwc:scientificName 'Oxyonchus pachylabiatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4454'^^xsd:string;
  dwc:aphiaIdAccepted '121905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5119> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5119'^^xsd:integer;
  dwc:scientificName 'Theristus ensifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121610'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5119'^^xsd:string;
  dwc:aphiaIdAccepted '121610'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5120> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5120'^^xsd:integer;
  dwc:scientificName 'Theristus flevensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121611'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5120'^^xsd:string;
  dwc:aphiaIdAccepted '121611'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5121> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5121'^^xsd:integer;
  dwc:scientificName 'Theristus heterospiculum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5121'^^xsd:string;
  dwc:aphiaIdAccepted '121614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5122> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5122'^^xsd:integer;
  dwc:scientificName 'Theristus interstitialis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5122'^^xsd:string;
  dwc:aphiaIdAccepted '121616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5123> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5123'^^xsd:integer;
  dwc:scientificName 'Theristus longus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121622'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5123'^^xsd:string;
  dwc:aphiaIdAccepted '121622'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4381> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4381'^^xsd:integer;
  dwc:scientificName 'Thoracostoma hispanicum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121995'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4381'^^xsd:string;
  dwc:aphiaIdAccepted '121995'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4382> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4382'^^xsd:integer;
  dwc:scientificName 'Thoracostoma multipapillosum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4382'^^xsd:string;
  dwc:aphiaIdAccepted '121996'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4383> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4383'^^xsd:integer;
  dwc:scientificName 'Thoracostoma penduli'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4383'^^xsd:string;
  dwc:aphiaIdAccepted '121997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4161> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4161'^^xsd:integer;
  dwc:scientificName 'Viscosia cobbi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4161'^^xsd:string;
  dwc:aphiaIdAccepted '122136'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4402> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4402'^^xsd:integer;
  dwc:scientificName 'Anticoma strandi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121778'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4402'^^xsd:string;
  dwc:aphiaIdAccepted '121778'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4164> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4164'^^xsd:integer;
  dwc:scientificName 'Viscosia glabra'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4164'^^xsd:string;
  dwc:aphiaIdAccepted '122141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4169> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4169'^^xsd:integer;
  dwc:scientificName 'Viscosia langrunensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4169'^^xsd:string;
  dwc:aphiaIdAccepted '122142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4172> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4172'^^xsd:integer;
  dwc:scientificName 'Adoncholaimus thalassophygas'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4172'^^xsd:string;
  dwc:aphiaIdAccepted '122126'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4961> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4961'^^xsd:integer;
  dwc:scientificName 'Sabatieria celtica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4961'^^xsd:string;
  dwc:aphiaIdAccepted '121360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4962> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4962'^^xsd:integer;
  dwc:scientificName 'Sabatieria ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121371'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4962'^^xsd:string;
  dwc:aphiaIdAccepted '121371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4963> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4963'^^xsd:integer;
  dwc:scientificName 'Setosabatieria hilarula'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4963'^^xsd:string;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4964> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4964'^^xsd:integer;
  dwc:scientificName 'Neotonchus meeki'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4964'^^xsd:string;
  dwc:aphiaIdAccepted '120918'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4965> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4965'^^xsd:integer;
  dwc:scientificName 'Neotonchus boucheri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4965'^^xsd:string;
  dwc:aphiaIdAccepted '120912'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4966> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4966'^^xsd:integer;
  dwc:scientificName 'Neotonchus warwicki'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120922'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4966'^^xsd:string;
  dwc:aphiaIdAccepted '120922'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4967> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4967'^^xsd:integer;
  dwc:scientificName 'Neotonchus interruptus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120917'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4967'^^xsd:string;
  dwc:aphiaIdAccepted '120917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4968> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4968'^^xsd:integer;
  dwc:scientificName 'Neotonchus vitius'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4968'^^xsd:string;
  dwc:aphiaIdAccepted '120920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5185> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5185'^^xsd:integer;
  dwc:scientificName 'Enoplus brevis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121783'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5185'^^xsd:string;
  dwc:aphiaIdAccepted '121783'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5793> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5793'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus striatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5793'^^xsd:string;
  dwc:aphiaIdAccepted '1047325'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4466> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4466'^^xsd:integer;
  dwc:scientificName 'Enoplolaimus conicollis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4466'^^xsd:string;
  dwc:aphiaIdAccepted '121852'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5853> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5853'^^xsd:integer;
  dwc:scientificName 'Chromaspirina inglisi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5853'^^xsd:string;
  dwc:aphiaIdAccepted '121002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5854> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5854'^^xsd:integer;
  dwc:scientificName 'Chromaspirina lunatica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121003'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5854'^^xsd:string;
  dwc:aphiaIdAccepted '121003'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5855> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5855'^^xsd:integer;
  dwc:scientificName 'Chromaspirina parapontica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121005'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5855'^^xsd:string;
  dwc:aphiaIdAccepted '121005'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5514> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5514'^^xsd:integer;
  dwc:scientificName 'Linhomoeus paralineatus (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5514'^^xsd:string;
  dwc:aphiaIdAccepted '121717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5515> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5515'^^xsd:integer;
  dwc:scientificName 'Linhomoeus paralongicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5515'^^xsd:string;
  dwc:aphiaIdAccepted '121718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6283> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6283'^^xsd:integer;
  dwc:scientificName 'Chromadorina viridis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6283'^^xsd:string;
  dwc:aphiaIdAccepted '122294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6398> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6398'^^xsd:integer;
  dwc:scientificName 'Boreomicrolaimoides (dub.) problematicus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120813'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6398'^^xsd:string;
  dwc:aphiaIdAccepted '120813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6399> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6399'^^xsd:integer;
  dwc:scientificName 'Dentatonema (dub.) crassum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6399'^^xsd:string;
  dwc:aphiaIdAccepted '120814'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6402> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6402'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus bipapillatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6402'^^xsd:string;
  dwc:aphiaIdAccepted '120875'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6404> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6404'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus elongatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6404'^^xsd:string;
  dwc:aphiaIdAccepted '120878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6408> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6408'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus inglisi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6408'^^xsd:string;
  dwc:aphiaIdAccepted '120844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5941> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5941'^^xsd:integer;
  dwc:scientificName 'Desmodora polychaeta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120976'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5941'^^xsd:string;
  dwc:aphiaIdAccepted '120976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5942> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5942'^^xsd:integer;
  dwc:scientificName 'Desmodora poseidoni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120979'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5942'^^xsd:string;
  dwc:aphiaIdAccepted '120979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5943> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5943'^^xsd:integer;
  dwc:scientificName 'Desmodora roscoffiensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120980'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5943'^^xsd:string;
  dwc:aphiaIdAccepted '120980'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5944> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5944'^^xsd:integer;
  dwc:scientificName 'Desmodora sanguinea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120981'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5944'^^xsd:string;
  dwc:aphiaIdAccepted '583490'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5945> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5945'^^xsd:integer;
  dwc:scientificName 'Desmodora scaldensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5945'^^xsd:string;
  dwc:aphiaIdAccepted '120982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5904> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5904'^^xsd:integer;
  dwc:scientificName 'Pseudonchus longus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5904'^^xsd:string;
  dwc:aphiaIdAccepted '120996'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5002> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5002'^^xsd:integer;
  dwc:scientificName 'Halichoanolaimus dolichurus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120936'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5002'^^xsd:string;
  dwc:aphiaIdAccepted '120936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5600> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5600'^^xsd:integer;
  dwc:scientificName 'Daptonema setosum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5600'^^xsd:string;
  dwc:aphiaIdAccepted '121552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5795> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5795'^^xsd:integer;
  dwc:scientificName 'Sphaerolaimus uncinatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121507'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5795'^^xsd:string;
  dwc:aphiaIdAccepted '121507'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5947> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5947'^^xsd:integer;
  dwc:scientificName 'Desmodora septentrionalis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120983'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5947'^^xsd:string;
  dwc:aphiaIdAccepted '120983'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5948> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5948'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5948'^^xsd:string;
  dwc:aphiaIdAccepted '120985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5950> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5950'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuidentata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5950'^^xsd:string;
  dwc:aphiaIdAccepted '120986'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5953> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5953'^^xsd:integer;
  dwc:scientificName 'Desmodora sphaerica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5953'^^xsd:string;
  dwc:aphiaIdAccepted '231127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6285> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6285'^^xsd:integer;
  dwc:scientificName 'Fusonema multilabiatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120693'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6285'^^xsd:string;
  dwc:aphiaIdAccepted '120693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6286> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6286'^^xsd:integer;
  dwc:scientificName 'Prochromadora exigua'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120694'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6286'^^xsd:string;
  dwc:aphiaIdAccepted '120694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6289> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6289'^^xsd:integer;
  dwc:scientificName 'Prochromadora spitzbergensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6289'^^xsd:string;
  dwc:aphiaIdAccepted '120698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6292> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6292'^^xsd:integer;
  dwc:scientificName 'Prochromadorella ambigua'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6292'^^xsd:string;
  dwc:aphiaIdAccepted '120701'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6294> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6294'^^xsd:integer;
  dwc:scientificName 'Prochromadorella longicaudata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120705'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6294'^^xsd:string;
  dwc:aphiaIdAccepted '231314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5880> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5880'^^xsd:integer;
  dwc:scientificName 'Parathalassoalaimus (dub) sabulicola'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5880'^^xsd:string;
  dwc:aphiaIdAccepted '120991'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5131> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5131'^^xsd:integer;
  dwc:scientificName 'Paramonohystera riemanni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5131'^^xsd:string;
  dwc:aphiaIdAccepted '121587'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5884> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5884'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema litorale'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5884'^^xsd:string;
  dwc:aphiaIdAccepted '1320846'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5887> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5887'^^xsd:integer;
  dwc:scientificName 'Sigmophoranema monstrosum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5887'^^xsd:string;
  dwc:aphiaIdAccepted '1320849'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4953> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4953'^^xsd:integer;
  dwc:scientificName 'Paracomesoma dubium'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121347'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4953'^^xsd:string;
  dwc:aphiaIdAccepted '121347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4954> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4954'^^xsd:integer;
  dwc:scientificName 'Laimella longicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121352'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4954'^^xsd:string;
  dwc:aphiaIdAccepted '121352'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4955> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4955'^^xsd:integer;
  dwc:scientificName 'Sabatieria praedatrix'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121373'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4955'^^xsd:string;
  dwc:aphiaIdAccepted '121373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4956> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4956'^^xsd:integer;
  dwc:scientificName 'Sabatieria lyonessa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121369'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4956'^^xsd:string;
  dwc:aphiaIdAccepted '121369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4957> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4957'^^xsd:integer;
  dwc:scientificName 'Sabatieria elongata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4957'^^xsd:string;
  dwc:aphiaIdAccepted '121364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4958> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4958'^^xsd:integer;
  dwc:scientificName 'Sabatieria longispinosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121368'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4958'^^xsd:string;
  dwc:aphiaIdAccepted '121368'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6297> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6297'^^xsd:integer;
  dwc:scientificName 'Prochromadorella maculata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120707'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6297'^^xsd:string;
  dwc:aphiaIdAccepted '120707'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4959> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4959'^^xsd:integer;
  dwc:scientificName 'Sabatieria pulchra'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4959'^^xsd:string;
  dwc:aphiaIdAccepted '121374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4960> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4960'^^xsd:integer;
  dwc:scientificName 'Sabatieria breviseta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4960'^^xsd:string;
  dwc:aphiaIdAccepted '121374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6053> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6053'^^xsd:integer;
  dwc:scientificName 'Sabatieria celtica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6053'^^xsd:string;
  dwc:aphiaIdAccepted '121360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5183> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5183'^^xsd:integer;
  dwc:scientificName 'Morlaixia obscura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5183'^^xsd:string;
  dwc:aphiaIdAccepted '121418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5613> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5613'^^xsd:integer;
  dwc:scientificName 'Monhystera barentsi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5613'^^xsd:string;
  dwc:aphiaIdAccepted '584108'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4062> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4062'^^xsd:integer;
  dwc:scientificName 'Oxystomina elongata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4062'^^xsd:string;
  dwc:aphiaIdAccepted '122038'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4066> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4066'^^xsd:integer;
  dwc:scientificName 'Oxystomina asetosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4066'^^xsd:string;
  dwc:aphiaIdAccepted '122035'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4058> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4058'^^xsd:integer;
  dwc:scientificName 'Bathylaimus capacosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122237'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4058'^^xsd:string;
  dwc:aphiaIdAccepted '122237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4060> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4060'^^xsd:integer;
  dwc:scientificName 'Oxystomina oxycaudata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4060'^^xsd:string;
  dwc:aphiaIdAccepted '122044'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4987> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4987'^^xsd:integer;
  dwc:scientificName 'Paracanthonchus multitubifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4987'^^xsd:string;
  dwc:aphiaIdAccepted '120888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4988> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4988'^^xsd:integer;
  dwc:scientificName 'Praeacanthonchus punctatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4988'^^xsd:string;
  dwc:aphiaIdAccepted '120847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5988> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5988'^^xsd:integer;
  dwc:scientificName 'Pselionema annulatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5988'^^xsd:string;
  dwc:aphiaIdAccepted '121210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5421> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5421'^^xsd:integer;
  dwc:scientificName 'Greeffiella moppa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5421'^^xsd:string;
  dwc:aphiaIdAccepted '121142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5184> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5184'^^xsd:integer;
  dwc:scientificName 'Coninckia macrospirifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121380'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5184'^^xsd:string;
  dwc:aphiaIdAccepted '121380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6055> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6055'^^xsd:integer;
  dwc:scientificName 'Sabatieria longicaudata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121366'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6055'^^xsd:string;
  dwc:aphiaIdAccepted '121366'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5050> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5050'^^xsd:integer;
  dwc:scientificName 'Microlaimus zosterae (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121102'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5050'^^xsd:string;
  dwc:aphiaIdAccepted '121102'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5165> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5165'^^xsd:integer;
  dwc:scientificName 'Axonolaimus orcombensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5165'^^xsd:string;
  dwc:aphiaIdAccepted '121311'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5249> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5249'^^xsd:integer;
  dwc:scientificName 'Camacolaimus glauxicola'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5249'^^xsd:string;
  dwc:aphiaIdAccepted '121236'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4513> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4513'^^xsd:integer;
  dwc:scientificName 'Enoploides longispiculosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121845'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4513'^^xsd:string;
  dwc:aphiaIdAccepted '121845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5293> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5293'^^xsd:integer;
  dwc:scientificName 'Southerniella stenolaima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121423'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5293'^^xsd:string;
  dwc:aphiaIdAccepted '121423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5294> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5294'^^xsd:integer;
  dwc:scientificName 'Southerniella zostericola'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5294'^^xsd:string;
  dwc:aphiaIdAccepted '121424'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4067> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4067'^^xsd:integer;
  dwc:scientificName 'Thalassoalaimus tardus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122059'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4067'^^xsd:string;
  dwc:aphiaIdAccepted '122059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5955> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5955'^^xsd:integer;
  dwc:scientificName 'Desmodora tenuispiculum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5955'^^xsd:string;
  dwc:aphiaIdAccepted '230286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6463> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6463'^^xsd:integer;
  dwc:scientificName 'Paralongicyatholaimus zosterae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6463'^^xsd:string;
  dwc:aphiaIdAccepted '120843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6479> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6479'^^xsd:integer;
  dwc:scientificName 'Latronema orcinum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120942'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6479'^^xsd:string;
  dwc:aphiaIdAccepted '120942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6669> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6669'^^xsd:integer;
  dwc:scientificName 'Rhabdocoma riemanni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6669'^^xsd:string;
  dwc:aphiaIdAccepted '153456'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4990> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4990'^^xsd:integer;
  dwc:scientificName 'Praeacanthonchus inglisi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120844'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4990'^^xsd:string;
  dwc:aphiaIdAccepted '120844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5284> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5284'^^xsd:integer;
  dwc:scientificName 'Araeolaimus tenuicaudatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121397'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5284'^^xsd:string;
  dwc:aphiaIdAccepted '161216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6670> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6670'^^xsd:integer;
  dwc:scientificName 'Trefusia longicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6670'^^xsd:string;
  dwc:aphiaIdAccepted '122268'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6671> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6671'^^xsd:integer;
  dwc:scientificName 'Trefusia zostericola (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122270'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6671'^^xsd:string;
  dwc:aphiaIdAccepted '122270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6672> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6672'^^xsd:integer;
  dwc:scientificName 'Rhabditis marina'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122273'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6672'^^xsd:string;
  dwc:aphiaIdAccepted '760681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6673> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6673'^^xsd:integer;
  dwc:scientificName 'Rhabditis ehrenbaumi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6673'^^xsd:string;
  dwc:aphiaIdAccepted '1537702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6148> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6148'^^xsd:integer;
  dwc:scientificName 'Neochromadora tecta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120795'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6148'^^xsd:string;
  dwc:aphiaIdAccepted '120795'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6151> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6151'^^xsd:integer;
  dwc:scientificName 'Spilophorella paradoxa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '120802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6151'^^xsd:string;
  dwc:aphiaIdAccepted '120802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4140> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4140'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania minor'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4140'^^xsd:string;
  dwc:aphiaIdAccepted '122228'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4508> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4508'^^xsd:integer;
  dwc:scientificName 'Enoploides cirrhatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121841'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4508'^^xsd:string;
  dwc:aphiaIdAccepted '121841'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4511> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A4511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:4511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '4511'^^xsd:integer;
  dwc:scientificName 'Enoploides labiatus (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:4511'^^xsd:string;
  dwc:aphiaIdAccepted '121843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6668> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6668'^^xsd:integer;
  dwc:scientificName 'Rhabdodemania imer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '122224'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6668'^^xsd:string;
  dwc:aphiaIdAccepted '122224'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5753> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.34"^^xsd:decimal ;
  dwc:decimalLongitude "-18.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.34 -18.13)"^^geo:wktLiteral ;
  geo-pos:lat "57.34"^^xsd:decimal ;
  geo-pos:long "-18.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5753'^^xsd:integer;
  dwc:scientificName 'Rhynchonema deconincki'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.13'^^xsd:double;
  dwc:latitude '57.34'^^xsd:double;
  dwc:aphiaid '121590'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5753'^^xsd:string;
  dwc:aphiaIdAccepted '121590'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12061> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.63 -17.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.63"^^xsd:decimal ;
  dwc:decimalLongitude "-17.97"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.63 -17.97)"^^geo:wktLiteral ;
  geo-pos:lat "27.63"^^xsd:decimal ;
  geo-pos:long "-17.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12061'^^xsd:integer;
  dwc:scientificName 'Siriella chierchiae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-17.97'^^xsd:double;
  dwc:latitude '27.63'^^xsd:double;
  dwc:aphiaid '161477'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12061'^^xsd:string;
  dwc:aphiaIdAccepted '161477'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12062> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.63 -17.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.63"^^xsd:decimal ;
  dwc:decimalLongitude "-17.97"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.63 -17.97)"^^geo:wktLiteral ;
  geo-pos:lat "27.63"^^xsd:decimal ;
  geo-pos:long "-17.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12062'^^xsd:integer;
  dwc:scientificName 'Heteromysis guitarti'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-17.97'^^xsd:double;
  dwc:latitude '27.63'^^xsd:double;
  dwc:aphiaid '226490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12062'^^xsd:string;
  dwc:aphiaIdAccepted '226490'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6002> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.86 -16.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.86"^^xsd:decimal ;
  dwc:decimalLongitude "-16.83"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.86 -16.83)"^^geo:wktLiteral ;
  geo-pos:lat "28.86"^^xsd:decimal ;
  geo-pos:long "-16.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A6002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:6002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '6002'^^xsd:integer;
  dwc:scientificName 'Monoposthia costata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-16.83'^^xsd:double;
  dwc:latitude '28.86'^^xsd:double;
  dwc:aphiaid '121104'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:6002'^^xsd:string;
  dwc:aphiaIdAccepted '121104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5799> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.86 -16.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.86"^^xsd:decimal ;
  dwc:decimalLongitude "-16.83"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.86 -16.83)"^^geo:wktLiteral ;
  geo-pos:lat "28.86"^^xsd:decimal ;
  geo-pos:long "-16.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A5799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:5799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '5799'^^xsd:integer;
  dwc:scientificName 'Synonema triadenophorum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-16.83'^^xsd:double;
  dwc:latitude '28.86'^^xsd:double;
  dwc:aphiaid '121061'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:5799'^^xsd:string;
  dwc:aphiaIdAccepted '121061'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20089> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "-16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:20089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '20089'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.4'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:20089'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20092> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "-16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:20092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '20092'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.4'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:20092'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20103> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "-16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:20103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '20103'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.4'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:20103'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20128> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "-16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:20128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '20128'^^xsd:integer;
  dwc:scientificName 'Mysis mixta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.4'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:aphiaid '120113'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:20128'^^xsd:string;
  dwc:aphiaIdAccepted '120113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2491> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "-16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2491'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.4'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2491'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1390> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "-16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1390'^^xsd:integer;
  dwc:scientificName 'Meterythrops picta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.4'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:aphiaid '120075'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1390'^^xsd:string;
  dwc:aphiaIdAccepted '446461'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1419> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "-16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1419'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.4'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1419'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3067> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "-16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3067'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.4'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3067'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3084> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "-16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3084'^^xsd:integer;
  dwc:scientificName 'Paramblyops rostrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.4'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:aphiaid '120142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3084'^^xsd:string;
  dwc:aphiaIdAccepted '446463'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1999> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "-16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1999'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.4'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1999'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1407> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "-16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1407'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.4'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1407'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2253> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "-16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2253'^^xsd:integer;
  dwc:scientificName 'Macromysis flexuosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.4'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:aphiaid '161336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2253'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2460> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "-16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2460'^^xsd:integer;
  dwc:scientificName 'Mesopodopsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.4'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:aphiaid '120072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2460'^^xsd:string;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1789> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "-16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1789'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.4'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1789'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1550> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "-16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 -16.4)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "-16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1550'^^xsd:integer;
  dwc:scientificName 'Longithorax fuscus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Iceland'^^xsd:string;
  dwc:longitude '-16.4'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:aphiaid '120064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1550'^^xsd:string;
  dwc:aphiaIdAccepted '120064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12017> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.45 -15.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.45"^^xsd:decimal ;
  dwc:decimalLongitude "-15.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.45 -15.67)"^^geo:wktLiteral ;
  geo-pos:lat "52.45"^^xsd:decimal ;
  geo-pos:long "-15.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12017'^^xsd:integer;
  dwc:scientificName 'Katerythrops oceanae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1898'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:longitude '-15.67'^^xsd:double;
  dwc:latitude '52.45'^^xsd:double;
  dwc:aphiaid '120047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12017'^^xsd:string;
  dwc:aphiaIdAccepted '120047'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11873> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -15.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.95"^^xsd:decimal ;
  dwc:decimalLongitude "-15.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -15.37)"^^geo:wktLiteral ;
  geo-pos:lat "27.95"^^xsd:decimal ;
  geo-pos:long "-15.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11873'^^xsd:integer;
  dwc:scientificName 'Siriella thompsonii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-15.37'^^xsd:double;
  dwc:latitude '27.95'^^xsd:double;
  dwc:aphiaid '120216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11873'^^xsd:string;
  dwc:aphiaIdAccepted '120216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11890> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -15.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.95"^^xsd:decimal ;
  dwc:decimalLongitude "-15.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.95 -15.37)"^^geo:wktLiteral ;
  geo-pos:lat "27.95"^^xsd:decimal ;
  geo-pos:long "-15.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11890'^^xsd:integer;
  dwc:scientificName 'Euchaetomera tenuis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-15.37'^^xsd:double;
  dwc:latitude '27.95'^^xsd:double;
  dwc:aphiaid '120011'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11890'^^xsd:string;
  dwc:aphiaIdAccepted '120011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11884> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.55 -14.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.55"^^xsd:decimal ;
  dwc:decimalLongitude "-14.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.55 -14.5)"^^geo:wktLiteral ;
  geo-pos:lat "32.55"^^xsd:decimal ;
  geo-pos:long "-14.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11884'^^xsd:integer;
  dwc:scientificName 'Katerythrops oceanae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-14.5'^^xsd:double;
  dwc:latitude '32.55'^^xsd:double;
  dwc:aphiaid '120047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11884'^^xsd:string;
  dwc:aphiaIdAccepted '120047'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11876> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.45 -14.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.45"^^xsd:decimal ;
  dwc:decimalLongitude "-14.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.45 -14.47)"^^geo:wktLiteral ;
  geo-pos:lat "35.45"^^xsd:decimal ;
  geo-pos:long "-14.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11876'^^xsd:integer;
  dwc:scientificName 'Anchialina typica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-14.47'^^xsd:double;
  dwc:latitude '35.45'^^xsd:double;
  dwc:aphiaid '161494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11876'^^xsd:string;
  dwc:aphiaIdAccepted '161494'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11860> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.45 -14.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.45"^^xsd:decimal ;
  dwc:decimalLongitude "-14.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.45 -14.47)"^^geo:wktLiteral ;
  geo-pos:lat "35.45"^^xsd:decimal ;
  geo-pos:long "-14.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11860'^^xsd:integer;
  dwc:scientificName 'Siriella thompsonii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '28'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-14.47'^^xsd:double;
  dwc:latitude '35.45'^^xsd:double;
  dwc:aphiaid '120216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11860'^^xsd:string;
  dwc:aphiaIdAccepted '120216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3534> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.03 -13.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.03"^^xsd:decimal ;
  dwc:decimalLongitude "-13.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.03 -13.8)"^^geo:wktLiteral ;
  geo-pos:lat "53.03"^^xsd:decimal ;
  geo-pos:long "-13.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3534'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-13.8'^^xsd:double;
  dwc:latitude '53.03'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3534'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A758> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.37 -13.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.37"^^xsd:decimal ;
  dwc:decimalLongitude "-13.53"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.37 -13.53)"^^geo:wktLiteral ;
  geo-pos:lat "49.37"^^xsd:decimal ;
  geo-pos:long "-13.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '758'^^xsd:integer;
  dwc:scientificName 'Boreomysis microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-13.53'^^xsd:double;
  dwc:latitude '49.37'^^xsd:double;
  dwc:aphiaid '119968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:758'^^xsd:string;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11867> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.85 -13.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.85"^^xsd:decimal ;
  dwc:decimalLongitude "-13.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.85 -13.47)"^^geo:wktLiteral ;
  geo-pos:lat "28.85"^^xsd:decimal ;
  geo-pos:long "-13.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11867'^^xsd:integer;
  dwc:scientificName 'Siriella thompsonii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-13.47'^^xsd:double;
  dwc:latitude '28.85'^^xsd:double;
  dwc:aphiaid '120216'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11867'^^xsd:string;
  dwc:aphiaIdAccepted '120216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A757> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.63 -12.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.63"^^xsd:decimal ;
  dwc:decimalLongitude "-12.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.63 -12.95)"^^geo:wktLiteral ;
  geo-pos:lat "52.63"^^xsd:decimal ;
  geo-pos:long "-12.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '757'^^xsd:integer;
  dwc:scientificName 'Boreomysis microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-12.95'^^xsd:double;
  dwc:latitude '52.63'^^xsd:double;
  dwc:aphiaid '119968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:757'^^xsd:string;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12673> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -12.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4"^^xsd:decimal ;
  dwc:decimalLongitude "-12.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -12.81)"^^geo:wktLiteral ;
  geo-pos:lat "60.4"^^xsd:decimal ;
  geo-pos:long "-12.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12673'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.81'^^xsd:double;
  dwc:latitude '60.4'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12673'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12674> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -12.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4"^^xsd:decimal ;
  dwc:decimalLongitude "-12.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -12.81)"^^geo:wktLiteral ;
  geo-pos:lat "60.4"^^xsd:decimal ;
  geo-pos:long "-12.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12674'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.81'^^xsd:double;
  dwc:latitude '60.4'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12674'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12256> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -12.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4"^^xsd:decimal ;
  dwc:decimalLongitude "-12.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -12.81)"^^geo:wktLiteral ;
  geo-pos:lat "60.4"^^xsd:decimal ;
  geo-pos:long "-12.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12256'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-12.81'^^xsd:double;
  dwc:latitude '60.4'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12256'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12384> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -12.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4"^^xsd:decimal ;
  dwc:decimalLongitude "-12.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -12.81)"^^geo:wktLiteral ;
  geo-pos:lat "60.4"^^xsd:decimal ;
  geo-pos:long "-12.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12384'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-12.81'^^xsd:double;
  dwc:latitude '60.4'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12384'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12421> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -12.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4"^^xsd:decimal ;
  dwc:decimalLongitude "-12.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -12.81)"^^geo:wktLiteral ;
  geo-pos:lat "60.4"^^xsd:decimal ;
  geo-pos:long "-12.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12421'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-12.81'^^xsd:double;
  dwc:latitude '60.4'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12421'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12203> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.8 -12.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.8"^^xsd:decimal ;
  dwc:decimalLongitude "-12.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.8 -12.68)"^^geo:wktLiteral ;
  geo-pos:lat "60.8"^^xsd:decimal ;
  geo-pos:long "-12.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12203'^^xsd:integer;
  dwc:scientificName 'Boreomysis tridens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.68'^^xsd:double;
  dwc:latitude '60.8'^^xsd:double;
  dwc:aphiaid '119974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12203'^^xsd:string;
  dwc:aphiaIdAccepted '119974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12229> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.74 -12.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.74"^^xsd:decimal ;
  dwc:decimalLongitude "-12.62"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.74 -12.62)"^^geo:wktLiteral ;
  geo-pos:lat "60.74"^^xsd:decimal ;
  geo-pos:long "-12.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12229'^^xsd:integer;
  dwc:scientificName 'Erythrops microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.62'^^xsd:double;
  dwc:latitude '60.74'^^xsd:double;
  dwc:aphiaid '120002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12229'^^xsd:string;
  dwc:aphiaIdAccepted '120002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12594> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.74 -12.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.74"^^xsd:decimal ;
  dwc:decimalLongitude "-12.62"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.74 -12.62)"^^geo:wktLiteral ;
  geo-pos:lat "60.74"^^xsd:decimal ;
  geo-pos:long "-12.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12594'^^xsd:integer;
  dwc:scientificName 'Erythrops microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.62'^^xsd:double;
  dwc:latitude '60.74'^^xsd:double;
  dwc:aphiaid '120002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12594'^^xsd:string;
  dwc:aphiaIdAccepted '120002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12595> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.74 -12.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.74"^^xsd:decimal ;
  dwc:decimalLongitude "-12.62"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.74 -12.62)"^^geo:wktLiteral ;
  geo-pos:lat "60.74"^^xsd:decimal ;
  geo-pos:long "-12.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12595'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.62'^^xsd:double;
  dwc:latitude '60.74'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12595'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12340> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.74 -12.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.74"^^xsd:decimal ;
  dwc:decimalLongitude "-12.62"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.74 -12.62)"^^geo:wktLiteral ;
  geo-pos:lat "60.74"^^xsd:decimal ;
  geo-pos:long "-12.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12340'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.62'^^xsd:double;
  dwc:latitude '60.74'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12340'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12669> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.66"^^xsd:decimal ;
  dwc:decimalLongitude "-12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  geo-pos:lat "60.66"^^xsd:decimal ;
  geo-pos:long "-12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12669'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.61'^^xsd:double;
  dwc:latitude '60.66'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12669'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12173> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.66"^^xsd:decimal ;
  dwc:decimalLongitude "-12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  geo-pos:lat "60.66"^^xsd:decimal ;
  geo-pos:long "-12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12173'^^xsd:integer;
  dwc:scientificName 'Boreomysis arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.61'^^xsd:double;
  dwc:latitude '60.66'^^xsd:double;
  dwc:aphiaid '119962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12173'^^xsd:string;
  dwc:aphiaIdAccepted '119962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12474> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.66"^^xsd:decimal ;
  dwc:decimalLongitude "-12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  geo-pos:lat "60.66"^^xsd:decimal ;
  geo-pos:long "-12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12474'^^xsd:integer;
  dwc:scientificName 'Boreomysis arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.61'^^xsd:double;
  dwc:latitude '60.66'^^xsd:double;
  dwc:aphiaid '119962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12474'^^xsd:string;
  dwc:aphiaIdAccepted '119962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12214> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.66"^^xsd:decimal ;
  dwc:decimalLongitude "-12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  geo-pos:lat "60.66"^^xsd:decimal ;
  geo-pos:long "-12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12214'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.61'^^xsd:double;
  dwc:latitude '60.66'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12214'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12228> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.66"^^xsd:decimal ;
  dwc:decimalLongitude "-12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  geo-pos:lat "60.66"^^xsd:decimal ;
  geo-pos:long "-12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12228'^^xsd:integer;
  dwc:scientificName 'Erythrops microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.61'^^xsd:double;
  dwc:latitude '60.66'^^xsd:double;
  dwc:aphiaid '120002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12228'^^xsd:string;
  dwc:aphiaIdAccepted '120002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12592> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.66"^^xsd:decimal ;
  dwc:decimalLongitude "-12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  geo-pos:lat "60.66"^^xsd:decimal ;
  geo-pos:long "-12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12592'^^xsd:integer;
  dwc:scientificName 'Erythrops microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.61'^^xsd:double;
  dwc:latitude '60.66'^^xsd:double;
  dwc:aphiaid '120002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12592'^^xsd:string;
  dwc:aphiaIdAccepted '120002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12593> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.66"^^xsd:decimal ;
  dwc:decimalLongitude "-12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  geo-pos:lat "60.66"^^xsd:decimal ;
  geo-pos:long "-12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12593'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.61'^^xsd:double;
  dwc:latitude '60.66'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12593'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12339> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.66"^^xsd:decimal ;
  dwc:decimalLongitude "-12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -12.61)"^^geo:wktLiteral ;
  geo-pos:lat "60.66"^^xsd:decimal ;
  geo-pos:long "-12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12339'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:longitude '-12.61'^^xsd:double;
  dwc:latitude '60.66'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12339'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A750> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.22 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.22"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.22 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "52.22"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '750'^^xsd:integer;
  dwc:scientificName 'Boreomysis megalops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '52.22'^^xsd:double;
  dwc:aphiaid '119967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:750'^^xsd:string;
  dwc:aphiaIdAccepted '119967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12668> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.41"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "60.41"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12668'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '60.41'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12668'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12395> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.41"^^xsd:decimal ;
  dwc:decimalLongitude "-12.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.55)"^^geo:wktLiteral ;
  geo-pos:lat "60.41"^^xsd:decimal ;
  geo-pos:long "-12.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12395'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:longitude '-12.55'^^xsd:double;
  dwc:latitude '60.41'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12395'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12677> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.41"^^xsd:decimal ;
  dwc:decimalLongitude "-12.43"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.43)"^^geo:wktLiteral ;
  geo-pos:lat "60.41"^^xsd:decimal ;
  geo-pos:long "-12.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12677'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.43'^^xsd:double;
  dwc:latitude '60.41'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12677'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12678> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.41"^^xsd:decimal ;
  dwc:decimalLongitude "-12.43"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.43)"^^geo:wktLiteral ;
  geo-pos:lat "60.41"^^xsd:decimal ;
  geo-pos:long "-12.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12678'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.43'^^xsd:double;
  dwc:latitude '60.41'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12678'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12481> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.41"^^xsd:decimal ;
  dwc:decimalLongitude "-12.43"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.43)"^^geo:wktLiteral ;
  geo-pos:lat "60.41"^^xsd:decimal ;
  geo-pos:long "-12.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12481'^^xsd:integer;
  dwc:scientificName 'Boreomysis megalops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.43'^^xsd:double;
  dwc:latitude '60.41'^^xsd:double;
  dwc:aphiaid '119967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12481'^^xsd:string;
  dwc:aphiaIdAccepted '119967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12176> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.41"^^xsd:decimal ;
  dwc:decimalLongitude "-12.43"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.43)"^^geo:wktLiteral ;
  geo-pos:lat "60.41"^^xsd:decimal ;
  geo-pos:long "-12.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12176'^^xsd:integer;
  dwc:scientificName 'Boreomysis megalops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:longitude '-12.43'^^xsd:double;
  dwc:latitude '60.41'^^xsd:double;
  dwc:aphiaid '119967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12176'^^xsd:string;
  dwc:aphiaIdAccepted '119967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12257> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.41"^^xsd:decimal ;
  dwc:decimalLongitude "-12.43"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.43)"^^geo:wktLiteral ;
  geo-pos:lat "60.41"^^xsd:decimal ;
  geo-pos:long "-12.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12257'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:longitude '-12.43'^^xsd:double;
  dwc:latitude '60.41'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12257'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12396> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.41"^^xsd:decimal ;
  dwc:decimalLongitude "-12.43"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.43)"^^geo:wktLiteral ;
  geo-pos:lat "60.41"^^xsd:decimal ;
  geo-pos:long "-12.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12396'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:longitude '-12.43'^^xsd:double;
  dwc:latitude '60.41'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12396'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12422> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.41"^^xsd:decimal ;
  dwc:decimalLongitude "-12.43"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.41 -12.43)"^^geo:wktLiteral ;
  geo-pos:lat "60.41"^^xsd:decimal ;
  geo-pos:long "-12.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12422'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:longitude '-12.43'^^xsd:double;
  dwc:latitude '60.41'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12422'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3533> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.65 -12.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.65"^^xsd:decimal ;
  dwc:decimalLongitude "-12.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.65 -12.4)"^^geo:wktLiteral ;
  geo-pos:lat "53.65"^^xsd:decimal ;
  geo-pos:long "-12.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3533'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.4'^^xsd:double;
  dwc:latitude '53.65'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3533'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12672> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.58"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -12.28)"^^geo:wktLiteral ;
  geo-pos:lat "60.58"^^xsd:decimal ;
  geo-pos:long "-12.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12672'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:latitude '60.58'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12672'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12175> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.58"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -12.28)"^^geo:wktLiteral ;
  geo-pos:lat "60.58"^^xsd:decimal ;
  geo-pos:long "-12.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12175'^^xsd:integer;
  dwc:scientificName 'Boreomysis megalops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:latitude '60.58'^^xsd:double;
  dwc:aphiaid '119967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12175'^^xsd:string;
  dwc:aphiaIdAccepted '119967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12255> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.58"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -12.28)"^^geo:wktLiteral ;
  geo-pos:lat "60.58"^^xsd:decimal ;
  geo-pos:long "-12.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12255'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:latitude '60.58'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12255'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12476> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.58"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -12.28)"^^geo:wktLiteral ;
  geo-pos:lat "60.58"^^xsd:decimal ;
  geo-pos:long "-12.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12476'^^xsd:integer;
  dwc:scientificName 'Boreomysis megalops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:latitude '60.58'^^xsd:double;
  dwc:aphiaid '119967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12476'^^xsd:string;
  dwc:aphiaIdAccepted '119967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12477> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.58"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -12.28)"^^geo:wktLiteral ;
  geo-pos:lat "60.58"^^xsd:decimal ;
  geo-pos:long "-12.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12477'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:latitude '60.58'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12477'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12286> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.58"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -12.28)"^^geo:wktLiteral ;
  geo-pos:lat "60.58"^^xsd:decimal ;
  geo-pos:long "-12.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12286'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:latitude '60.58'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12286'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12420> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -12.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.58"^^xsd:decimal ;
  dwc:decimalLongitude "-12.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -12.28)"^^geo:wktLiteral ;
  geo-pos:lat "60.58"^^xsd:decimal ;
  geo-pos:long "-12.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12420'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-12.28'^^xsd:double;
  dwc:latitude '60.58'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12420'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12666> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -11.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.56"^^xsd:decimal ;
  dwc:decimalLongitude "-11.92"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -11.92)"^^geo:wktLiteral ;
  geo-pos:lat "60.56"^^xsd:decimal ;
  geo-pos:long "-11.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12666'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.92'^^xsd:double;
  dwc:latitude '60.56'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12666'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12667> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -11.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.56"^^xsd:decimal ;
  dwc:decimalLongitude "-11.92"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -11.92)"^^geo:wktLiteral ;
  geo-pos:lat "60.56"^^xsd:decimal ;
  geo-pos:long "-11.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12667'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.92'^^xsd:double;
  dwc:latitude '60.56'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12667'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12591> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -11.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.56"^^xsd:decimal ;
  dwc:decimalLongitude "-11.92"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -11.92)"^^geo:wktLiteral ;
  geo-pos:lat "60.56"^^xsd:decimal ;
  geo-pos:long "-11.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12591'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.92'^^xsd:double;
  dwc:latitude '60.56'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12591'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12338> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -11.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.56"^^xsd:decimal ;
  dwc:decimalLongitude "-11.92"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -11.92)"^^geo:wktLiteral ;
  geo-pos:lat "60.56"^^xsd:decimal ;
  geo-pos:long "-11.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12338'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:longitude '-11.92'^^xsd:double;
  dwc:latitude '60.56'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12338'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12394> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -11.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.56"^^xsd:decimal ;
  dwc:decimalLongitude "-11.92"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -11.92)"^^geo:wktLiteral ;
  geo-pos:lat "60.56"^^xsd:decimal ;
  geo-pos:long "-11.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12394'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:longitude '-11.92'^^xsd:double;
  dwc:latitude '60.56'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12394'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12418> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -11.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.56"^^xsd:decimal ;
  dwc:decimalLongitude "-11.92"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -11.92)"^^geo:wktLiteral ;
  geo-pos:lat "60.56"^^xsd:decimal ;
  geo-pos:long "-11.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12418'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:longitude '-11.92'^^xsd:double;
  dwc:latitude '60.56'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12418'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12590> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.7 -11.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.7 -11.78)"^^geo:wktLiteral ;
  geo-pos:lat "60.7"^^xsd:decimal ;
  geo-pos:long "-11.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12590'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.78'^^xsd:double;
  dwc:latitude '60.7'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12590'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12337> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.7 -11.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.7 -11.78)"^^geo:wktLiteral ;
  geo-pos:lat "60.7"^^xsd:decimal ;
  geo-pos:long "-11.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12337'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:longitude '-11.78'^^xsd:double;
  dwc:latitude '60.7'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12337'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12202> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.6 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.6"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.6 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "60.6"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12202'^^xsd:integer;
  dwc:scientificName 'Boreomysis tridens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '60.6'^^xsd:double;
  dwc:aphiaid '119974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12202'^^xsd:string;
  dwc:aphiaIdAccepted '119974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12154> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.15 -11.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.15"^^xsd:decimal ;
  dwc:decimalLongitude "-11.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.15 -11.19)"^^geo:wktLiteral ;
  geo-pos:lat "62.15"^^xsd:decimal ;
  geo-pos:long "-11.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12154'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-11.19'^^xsd:double;
  dwc:latitude '62.15'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12154'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12467> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.15 -11.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.15"^^xsd:decimal ;
  dwc:decimalLongitude "-11.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.15 -11.19)"^^geo:wktLiteral ;
  geo-pos:lat "62.15"^^xsd:decimal ;
  geo-pos:long "-11.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12467'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.19'^^xsd:double;
  dwc:latitude '62.15'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12467'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12571> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.15 -11.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.15"^^xsd:decimal ;
  dwc:decimalLongitude "-11.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.15 -11.19)"^^geo:wktLiteral ;
  geo-pos:lat "62.15"^^xsd:decimal ;
  geo-pos:long "-11.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12571'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.19'^^xsd:double;
  dwc:latitude '62.15'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12571'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12281> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.15 -11.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.15"^^xsd:decimal ;
  dwc:decimalLongitude "-11.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.15 -11.19)"^^geo:wktLiteral ;
  geo-pos:lat "62.15"^^xsd:decimal ;
  geo-pos:long "-11.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12281'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-11.19'^^xsd:double;
  dwc:latitude '62.15'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12281'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12326> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.15 -11.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.15"^^xsd:decimal ;
  dwc:decimalLongitude "-11.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.15 -11.19)"^^geo:wktLiteral ;
  geo-pos:lat "62.15"^^xsd:decimal ;
  geo-pos:long "-11.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12326'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-11.19'^^xsd:double;
  dwc:latitude '62.15'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12326'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1228> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.92 -11.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.92"^^xsd:decimal ;
  dwc:decimalLongitude "-11.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.92 -11.18)"^^geo:wktLiteral ;
  geo-pos:lat "51.92"^^xsd:decimal ;
  geo-pos:long "-11.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1228'^^xsd:integer;
  dwc:scientificName 'Siriella norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-11.18'^^xsd:double;
  dwc:latitude '51.92'^^xsd:double;
  dwc:aphiaid '120215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1228'^^xsd:string;
  dwc:aphiaIdAccepted '120215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12675> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.95 -11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.95"^^xsd:decimal ;
  dwc:decimalLongitude "-11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.95 -11)"^^geo:wktLiteral ;
  geo-pos:lat "60.95"^^xsd:decimal ;
  geo-pos:long "-11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12675'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11'^^xsd:integer;
  dwc:latitude '60.95'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12675'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12160> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.95 -11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.95"^^xsd:decimal ;
  dwc:decimalLongitude "-11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.95 -11)"^^geo:wktLiteral ;
  geo-pos:lat "60.95"^^xsd:decimal ;
  geo-pos:long "-11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12160'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-11'^^xsd:integer;
  dwc:latitude '60.95'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12160'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12215> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.95 -11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.95"^^xsd:decimal ;
  dwc:decimalLongitude "-11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.95 -11)"^^geo:wktLiteral ;
  geo-pos:lat "60.95"^^xsd:decimal ;
  geo-pos:long "-11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12215'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-11'^^xsd:integer;
  dwc:latitude '60.95'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12215'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12600> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.95 -11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.95"^^xsd:decimal ;
  dwc:decimalLongitude "-11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.95 -11)"^^geo:wktLiteral ;
  geo-pos:lat "60.95"^^xsd:decimal ;
  geo-pos:long "-11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12600'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11'^^xsd:integer;
  dwc:latitude '60.95'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12600'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12341> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.95 -11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.95"^^xsd:decimal ;
  dwc:decimalLongitude "-11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.95 -11)"^^geo:wktLiteral ;
  geo-pos:lat "60.95"^^xsd:decimal ;
  geo-pos:long "-11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12341'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-11'^^xsd:integer;
  dwc:latitude '60.95'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12341'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12165> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.17"^^xsd:decimal ;
  dwc:decimalLongitude "-11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -11)"^^geo:wktLiteral ;
  geo-pos:lat "62.17"^^xsd:decimal ;
  geo-pos:long "-11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12165'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:longitude '-11'^^xsd:integer;
  dwc:latitude '62.17'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12165'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12155> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -10.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-10.97"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -10.97)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-10.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12155'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.97'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12155'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12180> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -10.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-10.97"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -10.97)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-10.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12180'^^xsd:integer;
  dwc:scientificName 'Boreomysis microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.97'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '119968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12180'^^xsd:string;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12468> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -10.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-10.97"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -10.97)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-10.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12468'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.97'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12468'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12469> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -10.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-10.97"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -10.97)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-10.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12469'^^xsd:integer;
  dwc:scientificName 'Boreomysis microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.97'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '119968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12469'^^xsd:string;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12572> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -10.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-10.97"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -10.97)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-10.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12572'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.97'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12572'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12282> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -10.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-10.97"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -10.97)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-10.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12282'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.97'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12282'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12327> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -10.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-10.97"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -10.97)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-10.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12327'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.97'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12327'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12470> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.27 -10.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.27"^^xsd:decimal ;
  dwc:decimalLongitude "-10.96"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.27 -10.96)"^^geo:wktLiteral ;
  geo-pos:lat "62.27"^^xsd:decimal ;
  geo-pos:long "-10.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12470'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.96'^^xsd:double;
  dwc:latitude '62.27'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12470'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12283> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.27 -10.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.27"^^xsd:decimal ;
  dwc:decimalLongitude "-10.96"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.27 -10.96)"^^geo:wktLiteral ;
  geo-pos:lat "62.27"^^xsd:decimal ;
  geo-pos:long "-10.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12283'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.96'^^xsd:double;
  dwc:latitude '62.27'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12283'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12174> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "-10.77"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "-10.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12174'^^xsd:integer;
  dwc:scientificName 'Boreomysis arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:longitude '-10.77'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:aphiaid '119962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12174'^^xsd:string;
  dwc:aphiaIdAccepted '119962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12204> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "-10.77"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "-10.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12204'^^xsd:integer;
  dwc:scientificName 'Boreomysis tridens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:longitude '-10.77'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:aphiaid '119974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12204'^^xsd:string;
  dwc:aphiaIdAccepted '119974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12478> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "-10.77"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "-10.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12478'^^xsd:integer;
  dwc:scientificName 'Boreomysis arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.77'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:aphiaid '119962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12478'^^xsd:string;
  dwc:aphiaIdAccepted '119962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12601> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "-10.77"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "-10.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12601'^^xsd:integer;
  dwc:scientificName 'Pseudomma jasi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.77'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:aphiaid '120186'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12601'^^xsd:string;
  dwc:aphiaIdAccepted '120186'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12602> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "-10.77"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "-10.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12602'^^xsd:integer;
  dwc:scientificName 'Pseudomma jasi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.77'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:aphiaid '120186'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12602'^^xsd:string;
  dwc:aphiaIdAccepted '120186'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12603> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "-10.77"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "-10.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12603'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.77'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12603'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12342> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "-10.77"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "-10.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12342'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:longitude '-10.77'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12342'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12355> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "-10.77"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -10.77)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "-10.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12355'^^xsd:integer;
  dwc:scientificName 'Pseudomma jasi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:longitude '-10.77'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:aphiaid '120186'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12355'^^xsd:string;
  dwc:aphiaIdAccepted '120186'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12258> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -10.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60"^^xsd:decimal ;
  dwc:decimalLongitude "-10.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -10.58)"^^geo:wktLiteral ;
  geo-pos:lat "60"^^xsd:decimal ;
  geo-pos:long "-10.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12258'^^xsd:integer;
  dwc:scientificName 'Meterythrops picta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-10.58'^^xsd:double;
  dwc:latitude '60'^^xsd:integer;
  dwc:aphiaid '120075'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12258'^^xsd:string;
  dwc:aphiaIdAccepted '446461'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1110> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.15 -10.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.15"^^xsd:decimal ;
  dwc:decimalLongitude "-10.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.15 -10.48)"^^geo:wktLiteral ;
  geo-pos:lat "52.15"^^xsd:decimal ;
  geo-pos:long "-10.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1110'^^xsd:integer;
  dwc:scientificName 'Siriella jaltensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.48'^^xsd:double;
  dwc:latitude '52.15'^^xsd:double;
  dwc:aphiaid '120214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1110'^^xsd:string;
  dwc:aphiaIdAccepted '120214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12179> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.87 -10.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.87"^^xsd:decimal ;
  dwc:decimalLongitude "-10.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.87 -10.48)"^^geo:wktLiteral ;
  geo-pos:lat "61.87"^^xsd:decimal ;
  geo-pos:long "-10.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12179'^^xsd:integer;
  dwc:scientificName 'Boreomysis microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:longitude '-10.48'^^xsd:double;
  dwc:latitude '61.87'^^xsd:double;
  dwc:aphiaid '119968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12179'^^xsd:string;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12466> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.87 -10.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.87"^^xsd:decimal ;
  dwc:decimalLongitude "-10.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.87 -10.48)"^^geo:wktLiteral ;
  geo-pos:lat "61.87"^^xsd:decimal ;
  geo-pos:long "-10.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12466'^^xsd:integer;
  dwc:scientificName 'Boreomysis microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.48'^^xsd:double;
  dwc:latitude '61.87'^^xsd:double;
  dwc:aphiaid '119968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12466'^^xsd:string;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12156> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.54 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.54"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.54 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "62.54"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12156'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '62.54'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12156'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12471> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.54 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.54"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.54 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "62.54"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12471'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '62.54'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12471'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12573> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.54 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.54"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.54 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "62.54"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12573'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '62.54'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12573'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12574> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.54 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.54"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.54 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "62.54"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12574'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '62.54'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12574'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12284> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.54 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.54"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.54 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "62.54"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12284'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '62.54'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12284'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12368> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.54 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.54"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.54 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "62.54"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12368'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '62.54'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12368'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12328> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.54 -10.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.54"^^xsd:decimal ;
  dwc:decimalLongitude "-10.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.54 -10.45)"^^geo:wktLiteral ;
  geo-pos:lat "62.54"^^xsd:decimal ;
  geo-pos:long "-10.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12328'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.45'^^xsd:double;
  dwc:latitude '62.54'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12328'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12246> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -10.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.9"^^xsd:decimal ;
  dwc:decimalLongitude "-10.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -10.32)"^^geo:wktLiteral ;
  geo-pos:lat "61.9"^^xsd:decimal ;
  geo-pos:long "-10.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12246'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-10.32'^^xsd:double;
  dwc:latitude '61.9'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12246'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12671> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.61 -10.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.61"^^xsd:decimal ;
  dwc:decimalLongitude "-10.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.61 -10.26)"^^geo:wktLiteral ;
  geo-pos:lat "60.61"^^xsd:decimal ;
  geo-pos:long "-10.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12671'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.26'^^xsd:double;
  dwc:latitude '60.61'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12671'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12438> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.61 -10.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.61"^^xsd:decimal ;
  dwc:decimalLongitude "-10.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.61 -10.26)"^^geo:wktLiteral ;
  geo-pos:lat "60.61"^^xsd:decimal ;
  geo-pos:long "-10.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12438'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:longitude '-10.26'^^xsd:double;
  dwc:latitude '60.61'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12438'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12599> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.61 -10.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.61"^^xsd:decimal ;
  dwc:decimalLongitude "-10.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.61 -10.26)"^^geo:wktLiteral ;
  geo-pos:lat "60.61"^^xsd:decimal ;
  geo-pos:long "-10.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12599'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.26'^^xsd:double;
  dwc:latitude '60.61'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12599'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12419> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.61 -10.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.61"^^xsd:decimal ;
  dwc:decimalLongitude "-10.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.61 -10.26)"^^geo:wktLiteral ;
  geo-pos:lat "60.61"^^xsd:decimal ;
  geo-pos:long "-10.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12419'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:longitude '-10.26'^^xsd:double;
  dwc:latitude '60.61'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12419'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13136> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.97 -10.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.97"^^xsd:decimal ;
  dwc:decimalLongitude "-10.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.97 -10.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.97"^^xsd:decimal ;
  geo-pos:long "-10.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:13136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '13136'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1901'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.22'^^xsd:double;
  dwc:latitude '53.97'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:13136'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12984> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.97 -10.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.97"^^xsd:decimal ;
  dwc:decimalLongitude "-10.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.97 -10.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.97"^^xsd:decimal ;
  geo-pos:long "-10.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12984'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.22'^^xsd:double;
  dwc:latitude '53.97'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12984'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12990> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.97 -10.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.97"^^xsd:decimal ;
  dwc:decimalLongitude "-10.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.97 -10.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.97"^^xsd:decimal ;
  geo-pos:long "-10.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12990'^^xsd:integer;
  dwc:scientificName 'Pseudomma nanum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1901'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.22'^^xsd:double;
  dwc:latitude '53.97'^^xsd:double;
  dwc:aphiaid '120189'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12990'^^xsd:string;
  dwc:aphiaIdAccepted '120189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2713> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.97 -10.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.97"^^xsd:decimal ;
  dwc:decimalLongitude "-10.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.97 -10.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.97"^^xsd:decimal ;
  geo-pos:long "-10.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2713'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.22'^^xsd:double;
  dwc:latitude '53.97'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2713'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2717> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.97 -10.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.97"^^xsd:decimal ;
  dwc:decimalLongitude "-10.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.97 -10.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.97"^^xsd:decimal ;
  geo-pos:long "-10.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2717'^^xsd:integer;
  dwc:scientificName 'Pseudomma nanum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.22'^^xsd:double;
  dwc:latitude '53.97'^^xsd:double;
  dwc:aphiaid '120189'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2717'^^xsd:string;
  dwc:aphiaIdAccepted '120189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12620> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.32 -10.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.32"^^xsd:decimal ;
  dwc:decimalLongitude "-10.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.32 -10.22)"^^geo:wktLiteral ;
  geo-pos:lat "62.32"^^xsd:decimal ;
  geo-pos:long "-10.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12620'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.22'^^xsd:double;
  dwc:latitude '62.32'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12620'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12484> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.32 -10.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.32"^^xsd:decimal ;
  dwc:decimalLongitude "-10.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.32 -10.22)"^^geo:wktLiteral ;
  geo-pos:lat "62.32"^^xsd:decimal ;
  geo-pos:long "-10.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12484'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.22'^^xsd:double;
  dwc:latitude '62.32'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12484'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12162> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.32 -10.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.32"^^xsd:decimal ;
  dwc:decimalLongitude "-10.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.32 -10.22)"^^geo:wktLiteral ;
  geo-pos:lat "62.32"^^xsd:decimal ;
  geo-pos:long "-10.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12162'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.22'^^xsd:double;
  dwc:latitude '62.32'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12162'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12287> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.32 -10.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.32"^^xsd:decimal ;
  dwc:decimalLongitude "-10.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.32 -10.22)"^^geo:wktLiteral ;
  geo-pos:lat "62.32"^^xsd:decimal ;
  geo-pos:long "-10.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12287'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.22'^^xsd:double;
  dwc:latitude '62.32'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12287'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12345> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.32 -10.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.32"^^xsd:decimal ;
  dwc:decimalLongitude "-10.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.32 -10.22)"^^geo:wktLiteral ;
  geo-pos:lat "62.32"^^xsd:decimal ;
  geo-pos:long "-10.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12345'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.22'^^xsd:double;
  dwc:latitude '62.32'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12345'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1995> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.07 -10.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.07"^^xsd:decimal ;
  dwc:decimalLongitude "-10.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.07 -10.17)"^^geo:wktLiteral ;
  geo-pos:lat "52.07"^^xsd:decimal ;
  geo-pos:long "-10.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1995'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.17'^^xsd:double;
  dwc:latitude '52.07'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1995'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1742> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.07 -10.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.07"^^xsd:decimal ;
  dwc:decimalLongitude "-10.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.07 -10.17)"^^geo:wktLiteral ;
  geo-pos:lat "52.07"^^xsd:decimal ;
  geo-pos:long "-10.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1742'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.17'^^xsd:double;
  dwc:latitude '52.07'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1742'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2221> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.07 -10.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.07"^^xsd:decimal ;
  dwc:decimalLongitude "-10.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.07 -10.17)"^^geo:wktLiteral ;
  geo-pos:lat "52.07"^^xsd:decimal ;
  geo-pos:long "-10.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2221'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.17'^^xsd:double;
  dwc:latitude '52.07'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2221'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1700> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.07 -10.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.07"^^xsd:decimal ;
  dwc:decimalLongitude "-10.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.07 -10.17)"^^geo:wktLiteral ;
  geo-pos:lat "52.07"^^xsd:decimal ;
  geo-pos:long "-10.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1700'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.17'^^xsd:double;
  dwc:latitude '52.07'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1700'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13102> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:13102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '13102'^^xsd:integer;
  dwc:scientificName 'Haplostylus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1904'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.42'^^xsd:double;
  dwc:aphiaid '148698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:13102'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13116> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:13116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '13116'^^xsd:integer;
  dwc:scientificName 'Mysidella typica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1904'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.42'^^xsd:double;
  dwc:aphiaid '120085'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:13116'^^xsd:string;
  dwc:aphiaIdAccepted '120085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2708> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2708'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.42'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2708'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2709> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2709'^^xsd:integer;
  dwc:scientificName 'Paramblyops rostrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.42'^^xsd:double;
  dwc:aphiaid '120142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2709'^^xsd:string;
  dwc:aphiaIdAccepted '446463'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2711> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2711'^^xsd:integer;
  dwc:scientificName 'Hypererythrops serriventer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.42'^^xsd:double;
  dwc:aphiaid '120042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2711'^^xsd:string;
  dwc:aphiaIdAccepted '120042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2720> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2720'^^xsd:integer;
  dwc:scientificName 'Haplostylus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.42'^^xsd:double;
  dwc:aphiaid '148698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2720'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2724> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2724'^^xsd:integer;
  dwc:scientificName 'Mysidella typica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.42'^^xsd:double;
  dwc:aphiaid '120085'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2724'^^xsd:string;
  dwc:aphiaIdAccepted '120085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13108> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.57"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.57"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:13108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '13108'^^xsd:integer;
  dwc:scientificName 'Boreomysis megalops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1904'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.57'^^xsd:double;
  dwc:aphiaid '119967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:13108'^^xsd:string;
  dwc:aphiaIdAccepted '119967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12980> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.57"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.57"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12980'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1905'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.57'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12980'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12992> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.57"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.57"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12992'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1904'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.57'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12992'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2719> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.57"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.57"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2719'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.57'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2719'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1808> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.57"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.57"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1808'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.57'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1808'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2722> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.57"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.57"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2722'^^xsd:integer;
  dwc:scientificName 'Boreomysis tridens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.57'^^xsd:double;
  dwc:aphiaid '119974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2722'^^xsd:string;
  dwc:aphiaIdAccepted '119974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A973> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.57"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.57"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '973'^^xsd:integer;
  dwc:scientificName 'Siriella fleminghi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.57'^^xsd:double;
  dwc:aphiaid '161500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:973'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A780> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.57"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.57"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '780'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.57'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:780'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1412> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.57"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.57 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.57"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1412'^^xsd:integer;
  dwc:scientificName 'Pseudomma nanum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '53.57'^^xsd:double;
  dwc:aphiaid '120189'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1412'^^xsd:string;
  dwc:aphiaIdAccepted '120189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12487> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.62 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.62"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.62 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "62.62"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12487'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '62.62'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12487'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12191> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.62 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.62"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.62 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "62.62"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12191'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '62.62'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12191'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12488> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.72 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.72"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.72 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "62.72"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12488'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '62.72'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12488'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12192> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.72 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.72"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.72 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "62.72"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12192'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '62.72'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12192'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1993> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1993'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.12'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1993'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A759> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '759'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.12'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:759'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1071> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1071'^^xsd:integer;
  dwc:scientificName 'Siriella clausi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.12'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1071'^^xsd:string;
  dwc:aphiaIdAccepted '226375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2251> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2251'^^xsd:integer;
  dwc:scientificName 'Macromysis flexuosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.12'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '161336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2251'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1112> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1112'^^xsd:integer;
  dwc:scientificName 'Siriella jaltensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.12'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1112'^^xsd:string;
  dwc:aphiaIdAccepted '120214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1305> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1305'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.12'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1305'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2237> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2237'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.12'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2237'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2106> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2106'^^xsd:integer;
  dwc:scientificName 'Siriella clausi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.12'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2106'^^xsd:string;
  dwc:aphiaIdAccepted '226375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2110> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2110'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.12'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2110'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1843> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1843'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.12'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1843'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2308> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2308'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.12'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2308'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2129> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2129'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.12'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2129'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1898> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -10.12)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-10.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1898'^^xsd:integer;
  dwc:scientificName 'Paramysis arenosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.12'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1898'^^xsd:string;
  dwc:aphiaIdAccepted '120144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12556> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.09 -10.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.09"^^xsd:decimal ;
  dwc:decimalLongitude "-10.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.09 -10.11)"^^geo:wktLiteral ;
  geo-pos:lat "62.09"^^xsd:decimal ;
  geo-pos:long "-10.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12556'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.11'^^xsd:double;
  dwc:latitude '62.09'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12556'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12321> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.09 -10.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.09"^^xsd:decimal ;
  dwc:decimalLongitude "-10.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.09 -10.11)"^^geo:wktLiteral ;
  geo-pos:lat "62.09"^^xsd:decimal ;
  geo-pos:long "-10.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12321'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:longitude '-10.11'^^xsd:double;
  dwc:latitude '62.09'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12321'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12576> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.69 -10.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.69"^^xsd:decimal ;
  dwc:decimalLongitude "-10.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.69 -10.07)"^^geo:wktLiteral ;
  geo-pos:lat "62.69"^^xsd:decimal ;
  geo-pos:long "-10.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12576'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.07'^^xsd:double;
  dwc:latitude '62.69'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12576'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12575> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.69 -10.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.69"^^xsd:decimal ;
  dwc:decimalLongitude "-10.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.69 -10.07)"^^geo:wktLiteral ;
  geo-pos:lat "62.69"^^xsd:decimal ;
  geo-pos:long "-10.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12575'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.07'^^xsd:double;
  dwc:latitude '62.69'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12575'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12369> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.69 -10.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.69"^^xsd:decimal ;
  dwc:decimalLongitude "-10.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.69 -10.07)"^^geo:wktLiteral ;
  geo-pos:lat "62.69"^^xsd:decimal ;
  geo-pos:long "-10.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12369'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.07'^^xsd:double;
  dwc:latitude '62.69'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12369'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12329> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.69 -10.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.69"^^xsd:decimal ;
  dwc:decimalLongitude "-10.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.69 -10.07)"^^geo:wktLiteral ;
  geo-pos:lat "62.69"^^xsd:decimal ;
  geo-pos:long "-10.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12329'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.07'^^xsd:double;
  dwc:latitude '62.69'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12329'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1952> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1952'^^xsd:integer;
  dwc:scientificName 'Schistomysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1952'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1754> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1754'^^xsd:integer;
  dwc:scientificName 'Bathymysis helgae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '119961'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1754'^^xsd:string;
  dwc:aphiaIdAccepted '119961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1757> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1757'^^xsd:integer;
  dwc:scientificName 'Mysidetes farrani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120086'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1757'^^xsd:string;
  dwc:aphiaIdAccepted '120086'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1806> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1806'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1806'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1784> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1784'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1784'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1659> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1659'^^xsd:integer;
  dwc:scientificName 'Chunomysis diadema'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '119981'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1659'^^xsd:string;
  dwc:aphiaIdAccepted '119981'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3109> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3109'^^xsd:integer;
  dwc:scientificName 'Katerythrops oceanae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3109'^^xsd:string;
  dwc:aphiaIdAccepted '120047'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1385> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1385'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1385'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1389> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1389'^^xsd:integer;
  dwc:scientificName 'Meterythrops picta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120075'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1389'^^xsd:string;
  dwc:aphiaIdAccepted '446461'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1392> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1392'^^xsd:integer;
  dwc:scientificName 'Katerythrops oceanae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120047'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1392'^^xsd:string;
  dwc:aphiaIdAccepted '120047'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1393> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1393'^^xsd:integer;
  dwc:scientificName 'Hypererythrops serriventer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1393'^^xsd:string;
  dwc:aphiaIdAccepted '120042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1397> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1397'^^xsd:integer;
  dwc:scientificName 'Dactylerythrops gracilura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '119991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1397'^^xsd:string;
  dwc:aphiaIdAccepted '852960'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1398> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1398'^^xsd:integer;
  dwc:scientificName 'Dactylerythrops bidigitata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '119988'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1398'^^xsd:string;
  dwc:aphiaIdAccepted '852958'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1244> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1244'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1244'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1415> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1415'^^xsd:integer;
  dwc:scientificName 'Michthyops parva'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1415'^^xsd:string;
  dwc:aphiaIdAccepted '852999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1838> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1838'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1838'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1363> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1363'^^xsd:integer;
  dwc:scientificName 'Erythrops erythrophthalma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '119998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1363'^^xsd:string;
  dwc:aphiaIdAccepted '852968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1417> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1417'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1417'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1426> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1426'^^xsd:integer;
  dwc:scientificName 'Amblyops kempi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '119943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1426'^^xsd:string;
  dwc:aphiaIdAccepted '119943'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1351> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1351'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1351'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1334> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1334'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1334'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2109> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2109'^^xsd:integer;
  dwc:scientificName 'Siriella clausi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2109'^^xsd:string;
  dwc:aphiaIdAccepted '226375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2255> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2255'^^xsd:integer;
  dwc:scientificName 'Macromysis flexuosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '161336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2255'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1404> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1404'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1404'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1408> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1408'^^xsd:integer;
  dwc:scientificName 'Pseudomma calloplura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120183'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1408'^^xsd:string;
  dwc:aphiaIdAccepted '120165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2099> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2099'^^xsd:integer;
  dwc:scientificName 'Heteromysis norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120039'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2099'^^xsd:string;
  dwc:aphiaIdAccepted '120039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1740> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1740'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1740'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1685> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1685'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1685'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2207> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2207'^^xsd:integer;
  dwc:scientificName 'Mysidopsis hibernica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120090'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2207'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1497> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1497'^^xsd:integer;
  dwc:scientificName 'Paramblyops bidigitata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1497'^^xsd:string;
  dwc:aphiaIdAccepted '1757844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1510> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1510'^^xsd:integer;
  dwc:scientificName 'Dactylamblyops thaumatops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '119987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1510'^^xsd:string;
  dwc:aphiaIdAccepted '119987'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1264> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1264'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1264'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1548> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1548'^^xsd:integer;
  dwc:scientificName 'Longithorax fuscus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1548'^^xsd:string;
  dwc:aphiaIdAccepted '120064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1558> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1558'^^xsd:integer;
  dwc:scientificName 'Euchaetomera tenuis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120011'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1558'^^xsd:string;
  dwc:aphiaIdAccepted '120011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1561> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1561'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1561'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1429> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1429'^^xsd:integer;
  dwc:scientificName 'Amblyops tenuicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '119947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1429'^^xsd:string;
  dwc:aphiaIdAccepted '1635408'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1662> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1662'^^xsd:integer;
  dwc:scientificName 'Arachnomysis leuckartii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '161314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1662'^^xsd:string;
  dwc:aphiaIdAccepted '161314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1512> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1512'^^xsd:integer;
  dwc:scientificName 'Dactylamblyops goniops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '119985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1512'^^xsd:string;
  dwc:aphiaIdAccepted '119985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1533> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1533'^^xsd:integer;
  dwc:scientificName 'Metamblyops oculata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1533'^^xsd:string;
  dwc:aphiaIdAccepted '852995'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1383> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1383'^^xsd:integer;
  dwc:scientificName 'Erythrops microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1383'^^xsd:string;
  dwc:aphiaIdAccepted '120002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1394> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1394'^^xsd:integer;
  dwc:scientificName 'Dactylerythrops dactylops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '119989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1394'^^xsd:string;
  dwc:aphiaIdAccepted '119989'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2179> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2179'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2179'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1899> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.13"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.13 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.13"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1899'^^xsd:integer;
  dwc:scientificName 'Paramysis arenosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.13'^^xsd:double;
  dwc:aphiaid '120144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1899'^^xsd:string;
  dwc:aphiaIdAccepted '120144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1994> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.82"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.82"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1994'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.82'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1994'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1072> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.82"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.82"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1072'^^xsd:integer;
  dwc:scientificName 'Siriella clausi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.82'^^xsd:double;
  dwc:aphiaid '120210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1072'^^xsd:string;
  dwc:aphiaIdAccepted '226375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1111> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.82"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.82"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1111'^^xsd:integer;
  dwc:scientificName 'Siriella jaltensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.82'^^xsd:double;
  dwc:aphiaid '120214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1111'^^xsd:string;
  dwc:aphiaIdAccepted '120214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A782> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.82"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.82"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '782'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.82'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:782'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A975> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.82"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.82"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '975'^^xsd:integer;
  dwc:scientificName 'Siriella fleminghi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.82'^^xsd:double;
  dwc:aphiaid '161500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:975'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1332> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.82"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.82"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1332'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.82'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1332'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1302> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.82"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "53.82"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1302'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '53.82'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1302'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12621> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.41 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.41"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.41 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "62.41"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12621'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '62.41'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12621'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12485> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.41 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.41"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.41 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "62.41"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12485'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '62.41'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12485'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12163> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.41 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.41"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.41 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "62.41"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12163'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '62.41'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12163'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12372> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.41 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.41"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.41 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "62.41"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12372'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '62.41'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12372'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12288> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.41 -10.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.41"^^xsd:decimal ;
  dwc:decimalLongitude "-10.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.41 -10.03)"^^geo:wktLiteral ;
  geo-pos:lat "62.41"^^xsd:decimal ;
  geo-pos:long "-10.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12288'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-10.03'^^xsd:double;
  dwc:latitude '62.41'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12288'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A972> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "-10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "-10"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '972'^^xsd:integer;
  dwc:scientificName 'Siriella fleminghi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10'^^xsd:integer;
  dwc:latitude '53.42'^^xsd:double;
  dwc:aphiaid '161500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:972'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2220> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "-10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "-10"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2220'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10'^^xsd:integer;
  dwc:latitude '53.42'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2220'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A779> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "-10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "-10"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '779'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10'^^xsd:integer;
  dwc:latitude '53.42'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:779'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2113> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "-10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "-10"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2113'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10'^^xsd:integer;
  dwc:latitude '53.42'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2113'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2189> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "-10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "-10"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2189'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10'^^xsd:integer;
  dwc:latitude '53.42'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2189'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2130> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.42"^^xsd:decimal ;
  dwc:decimalLongitude "-10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.42 -10)"^^geo:wktLiteral ;
  geo-pos:lat "53.42"^^xsd:decimal ;
  geo-pos:long "-10"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2130'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-10'^^xsd:integer;
  dwc:latitude '53.42'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2130'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12462> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.14 -9.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.14"^^xsd:decimal ;
  dwc:decimalLongitude "-9.98"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.14 -9.98)"^^geo:wktLiteral ;
  geo-pos:lat "62.14"^^xsd:decimal ;
  geo-pos:long "-9.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12462'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.98'^^xsd:double;
  dwc:latitude '62.14'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12462'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12557> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.14 -9.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.14"^^xsd:decimal ;
  dwc:decimalLongitude "-9.98"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.14 -9.98)"^^geo:wktLiteral ;
  geo-pos:lat "62.14"^^xsd:decimal ;
  geo-pos:long "-9.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12557'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.98'^^xsd:double;
  dwc:latitude '62.14'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12557'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12277> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.14 -9.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.14"^^xsd:decimal ;
  dwc:decimalLongitude "-9.98"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.14 -9.98)"^^geo:wktLiteral ;
  geo-pos:lat "62.14"^^xsd:decimal ;
  geo-pos:long "-9.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12277'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:longitude '-9.98'^^xsd:double;
  dwc:latitude '62.14'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12277'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12302> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.14 -9.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.14"^^xsd:decimal ;
  dwc:decimalLongitude "-9.98"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.14 -9.98)"^^geo:wktLiteral ;
  geo-pos:lat "62.14"^^xsd:decimal ;
  geo-pos:long "-9.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12302'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:longitude '-9.98'^^xsd:double;
  dwc:latitude '62.14'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12302'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12587> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.88 -9.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.88"^^xsd:decimal ;
  dwc:decimalLongitude "-9.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.88 -9.95)"^^geo:wktLiteral ;
  geo-pos:lat "60.88"^^xsd:decimal ;
  geo-pos:long "-9.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12587'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.95'^^xsd:double;
  dwc:latitude '60.88'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12587'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12371> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.88 -9.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.88"^^xsd:decimal ;
  dwc:decimalLongitude "-9.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.88 -9.95)"^^geo:wktLiteral ;
  geo-pos:lat "60.88"^^xsd:decimal ;
  geo-pos:long "-9.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12371'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:longitude '-9.95'^^xsd:double;
  dwc:latitude '60.88'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12371'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2083> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 -9.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.77"^^xsd:decimal ;
  dwc:decimalLongitude "-9.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 -9.93)"^^geo:wktLiteral ;
  geo-pos:lat "51.77"^^xsd:decimal ;
  geo-pos:long "-9.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2083'^^xsd:integer;
  dwc:scientificName 'Acanthomysis longicornis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.93'^^xsd:double;
  dwc:latitude '51.77'^^xsd:double;
  dwc:aphiaid '119939'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2083'^^xsd:string;
  dwc:aphiaIdAccepted '119939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1996> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 -9.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.77"^^xsd:decimal ;
  dwc:decimalLongitude "-9.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 -9.93)"^^geo:wktLiteral ;
  geo-pos:lat "51.77"^^xsd:decimal ;
  geo-pos:long "-9.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1996'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.93'^^xsd:double;
  dwc:latitude '51.77'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1996'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1842> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 -9.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.77"^^xsd:decimal ;
  dwc:decimalLongitude "-9.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 -9.93)"^^geo:wktLiteral ;
  geo-pos:lat "51.77"^^xsd:decimal ;
  geo-pos:long "-9.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1842'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.93'^^xsd:double;
  dwc:latitude '51.77'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1842'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2306> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 -9.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.77"^^xsd:decimal ;
  dwc:decimalLongitude "-9.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 -9.93)"^^geo:wktLiteral ;
  geo-pos:lat "51.77"^^xsd:decimal ;
  geo-pos:long "-9.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2306'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.93'^^xsd:double;
  dwc:latitude '51.77'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2306'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2209> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 -9.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.77"^^xsd:decimal ;
  dwc:decimalLongitude "-9.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 -9.93)"^^geo:wktLiteral ;
  geo-pos:lat "51.77"^^xsd:decimal ;
  geo-pos:long "-9.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2209'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.93'^^xsd:double;
  dwc:latitude '51.77'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2209'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1699> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 -9.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.77"^^xsd:decimal ;
  dwc:decimalLongitude "-9.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.77 -9.93)"^^geo:wktLiteral ;
  geo-pos:lat "51.77"^^xsd:decimal ;
  geo-pos:long "-9.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1699'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.93'^^xsd:double;
  dwc:latitude '51.77'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1699'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12453> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.19 -9.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.19"^^xsd:decimal ;
  dwc:decimalLongitude "-9.92"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.19 -9.92)"^^geo:wktLiteral ;
  geo-pos:lat "62.19"^^xsd:decimal ;
  geo-pos:long "-9.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12453'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.92'^^xsd:double;
  dwc:latitude '62.19'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12453'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12272> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.19 -9.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.19"^^xsd:decimal ;
  dwc:decimalLongitude "-9.92"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.19 -9.92)"^^geo:wktLiteral ;
  geo-pos:lat "62.19"^^xsd:decimal ;
  geo-pos:long "-9.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12272'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:longitude '-9.92'^^xsd:double;
  dwc:latitude '62.19'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12272'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2258> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -9.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-9.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -9.88)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-9.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2258'^^xsd:integer;
  dwc:scientificName 'Macromysis flexuosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.88'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '161336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2258'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2305> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.83 -9.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.83"^^xsd:decimal ;
  dwc:decimalLongitude "-9.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.83 -9.88)"^^geo:wktLiteral ;
  geo-pos:lat "51.83"^^xsd:decimal ;
  geo-pos:long "-9.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2305'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.88'^^xsd:double;
  dwc:latitude '51.83'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2305'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2216> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.83 -9.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.83"^^xsd:decimal ;
  dwc:decimalLongitude "-9.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.83 -9.88)"^^geo:wktLiteral ;
  geo-pos:lat "51.83"^^xsd:decimal ;
  geo-pos:long "-9.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2216'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.88'^^xsd:double;
  dwc:latitude '51.83'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2216'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12486> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.67 -9.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.67"^^xsd:decimal ;
  dwc:decimalLongitude "-9.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.67 -9.85)"^^geo:wktLiteral ;
  geo-pos:lat "62.67"^^xsd:decimal ;
  geo-pos:long "-9.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12486'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.85'^^xsd:double;
  dwc:latitude '62.67'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12486'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12164> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.67 -9.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.67"^^xsd:decimal ;
  dwc:decimalLongitude "-9.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.67 -9.85)"^^geo:wktLiteral ;
  geo-pos:lat "62.67"^^xsd:decimal ;
  geo-pos:long "-9.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12164'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-9.85'^^xsd:double;
  dwc:latitude '62.67'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12164'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12289> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.67 -9.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.67"^^xsd:decimal ;
  dwc:decimalLongitude "-9.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.67 -9.85)"^^geo:wktLiteral ;
  geo-pos:lat "62.67"^^xsd:decimal ;
  geo-pos:long "-9.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12289'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:longitude '-9.85'^^xsd:double;
  dwc:latitude '62.67'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12289'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14267> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -9.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.82"^^xsd:decimal ;
  dwc:decimalLongitude "-9.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -9.75)"^^geo:wktLiteral ;
  geo-pos:lat "53.82"^^xsd:decimal ;
  geo-pos:long "-9.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:14267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '14267'^^xsd:integer;
  dwc:scientificName 'Sabatieria celtica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.75'^^xsd:double;
  dwc:latitude '53.82'^^xsd:double;
  dwc:aphiaid '121360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:14267'^^xsd:string;
  dwc:aphiaIdAccepted '121360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13239> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -9.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.82"^^xsd:decimal ;
  dwc:decimalLongitude "-9.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -9.75)"^^geo:wktLiteral ;
  geo-pos:lat "53.82"^^xsd:decimal ;
  geo-pos:long "-9.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:13239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '13239'^^xsd:integer;
  dwc:scientificName 'Tricoma nematoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.75'^^xsd:double;
  dwc:latitude '53.82'^^xsd:double;
  dwc:aphiaid '121174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:13239'^^xsd:string;
  dwc:aphiaIdAccepted '121174'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11488> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -9.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.82"^^xsd:decimal ;
  dwc:decimalLongitude "-9.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -9.75)"^^geo:wktLiteral ;
  geo-pos:lat "53.82"^^xsd:decimal ;
  geo-pos:long "-9.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11488'^^xsd:integer;
  dwc:scientificName 'Sabatieria celtica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.75'^^xsd:double;
  dwc:latitude '53.82'^^xsd:double;
  dwc:aphiaid '121360'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11488'^^xsd:string;
  dwc:aphiaIdAccepted '121360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A781> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -9.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.82"^^xsd:decimal ;
  dwc:decimalLongitude "-9.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -9.75)"^^geo:wktLiteral ;
  geo-pos:lat "53.82"^^xsd:decimal ;
  geo-pos:long "-9.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '781'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.75'^^xsd:double;
  dwc:latitude '53.82'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:781'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A974> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -9.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.82"^^xsd:decimal ;
  dwc:decimalLongitude "-9.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.82 -9.75)"^^geo:wktLiteral ;
  geo-pos:lat "53.82"^^xsd:decimal ;
  geo-pos:long "-9.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '974'^^xsd:integer;
  dwc:scientificName 'Siriella fleminghi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.75'^^xsd:double;
  dwc:latitude '53.82'^^xsd:double;
  dwc:aphiaid '161500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:974'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12463> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.12 -9.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.12"^^xsd:decimal ;
  dwc:decimalLongitude "-9.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.12 -9.75)"^^geo:wktLiteral ;
  geo-pos:lat "62.12"^^xsd:decimal ;
  geo-pos:long "-9.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12463'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.75'^^xsd:double;
  dwc:latitude '62.12'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12463'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12278> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.12 -9.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.12"^^xsd:decimal ;
  dwc:decimalLongitude "-9.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.12 -9.75)"^^geo:wktLiteral ;
  geo-pos:lat "62.12"^^xsd:decimal ;
  geo-pos:long "-9.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12278'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-9.75'^^xsd:double;
  dwc:latitude '62.12'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12278'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12519> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.39 -9.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.39"^^xsd:decimal ;
  dwc:decimalLongitude "-9.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.39 -9.74)"^^geo:wktLiteral ;
  geo-pos:lat "61.39"^^xsd:decimal ;
  geo-pos:long "-9.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12519'^^xsd:integer;
  dwc:scientificName 'Erythrops microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.74'^^xsd:double;
  dwc:latitude '61.39'^^xsd:double;
  dwc:aphiaid '120002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12519'^^xsd:string;
  dwc:aphiaIdAccepted '120002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12178> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.39 -9.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.39"^^xsd:decimal ;
  dwc:decimalLongitude "-9.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.39 -9.74)"^^geo:wktLiteral ;
  geo-pos:lat "61.39"^^xsd:decimal ;
  geo-pos:long "-9.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12178'^^xsd:integer;
  dwc:scientificName 'Boreomysis microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-9.74'^^xsd:double;
  dwc:latitude '61.39'^^xsd:double;
  dwc:aphiaid '119968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12178'^^xsd:string;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12446> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.39 -9.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.39"^^xsd:decimal ;
  dwc:decimalLongitude "-9.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.39 -9.74)"^^geo:wktLiteral ;
  geo-pos:lat "61.39"^^xsd:decimal ;
  geo-pos:long "-9.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12446'^^xsd:integer;
  dwc:scientificName 'Boreomysis microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.74'^^xsd:double;
  dwc:latitude '61.39'^^xsd:double;
  dwc:aphiaid '119968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12446'^^xsd:string;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12224> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.39 -9.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.39"^^xsd:decimal ;
  dwc:decimalLongitude "-9.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.39 -9.74)"^^geo:wktLiteral ;
  geo-pos:lat "61.39"^^xsd:decimal ;
  geo-pos:long "-9.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12224'^^xsd:integer;
  dwc:scientificName 'Erythrops microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-9.74'^^xsd:double;
  dwc:latitude '61.39'^^xsd:double;
  dwc:aphiaid '120002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12224'^^xsd:string;
  dwc:aphiaIdAccepted '120002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A761> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "51.63"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '761'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '51.63'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:761'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1805> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "51.63"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1805'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '51.63'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1805'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2219> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "51.63"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2219'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '51.63'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2219'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2252> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "51.63"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2252'^^xsd:integer;
  dwc:scientificName 'Macromysis flexuosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '51.63'^^xsd:double;
  dwc:aphiaid '161336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2252'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1839> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "51.63"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1839'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '51.63'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1839'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1304> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "51.63"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1304'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '51.63'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1304'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1113> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "51.63"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1113'^^xsd:integer;
  dwc:scientificName 'Siriella jaltensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '51.63'^^xsd:double;
  dwc:aphiaid '120214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1113'^^xsd:string;
  dwc:aphiaIdAccepted '120214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2112> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "51.63"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2112'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '51.63'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2112'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2188> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "51.63"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2188'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '51.63'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2188'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1377> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "51.63"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1377'^^xsd:integer;
  dwc:scientificName 'Erythrops elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '51.63'^^xsd:double;
  dwc:aphiaid '119997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1377'^^xsd:string;
  dwc:aphiaIdAccepted '119997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1741> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "51.63"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1741'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '51.63'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1741'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1684> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.63 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "51.63"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1684'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '51.63'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1684'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2147> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.1"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "53.1"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2147'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '53.1'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2147'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A760> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.1"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "53.1"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '760'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '53.1'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:760'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1715> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.1"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "53.1"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1715'^^xsd:integer;
  dwc:scientificName 'Leptomysis mediterranea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '53.1'^^xsd:double;
  dwc:aphiaid '120056'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1715'^^xsd:string;
  dwc:aphiaIdAccepted '120056'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2111> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1 -9.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.1"^^xsd:decimal ;
  dwc:decimalLongitude "-9.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.1 -9.72)"^^geo:wktLiteral ;
  geo-pos:lat "53.1"^^xsd:decimal ;
  geo-pos:long "-9.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2111'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.72'^^xsd:double;
  dwc:latitude '53.1'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2111'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12011> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.28 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.28"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.28 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "30.28"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12011'^^xsd:integer;
  dwc:scientificName 'Synmysis parkeri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1925'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '30.28'^^xsd:double;
  dwc:aphiaid '120221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12011'^^xsd:string;
  dwc:aphiaIdAccepted '120205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12663> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.64 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.64"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.64 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "60.64"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12663'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '60.64'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12663'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12212> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.64 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.64"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.64 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "60.64"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12212'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '60.64'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12212'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12473> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.64 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.64"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.64 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "60.64"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12473'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '60.64'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12473'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12285> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.64 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.64"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.64 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "60.64"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12285'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '60.64'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12285'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12454> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12454'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12454'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12149> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12149'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12149'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12533> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12533'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12533'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12534> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12534'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12534'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12273> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12273'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12273'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12363> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12363'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12363'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12317> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -9.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-9.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -9.65)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-9.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12317'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:longitude '-9.65'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12317'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12664> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -9.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.56"^^xsd:decimal ;
  dwc:decimalLongitude "-9.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -9.59)"^^geo:wktLiteral ;
  geo-pos:lat "60.56"^^xsd:decimal ;
  geo-pos:long "-9.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12664'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.59'^^xsd:double;
  dwc:latitude '60.56'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12664'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12665> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -9.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.56"^^xsd:decimal ;
  dwc:decimalLongitude "-9.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -9.59)"^^geo:wktLiteral ;
  geo-pos:lat "60.56"^^xsd:decimal ;
  geo-pos:long "-9.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12665'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.59'^^xsd:double;
  dwc:latitude '60.56'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12665'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12588> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -9.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.56"^^xsd:decimal ;
  dwc:decimalLongitude "-9.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -9.59)"^^geo:wktLiteral ;
  geo-pos:lat "60.56"^^xsd:decimal ;
  geo-pos:long "-9.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12588'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.59'^^xsd:double;
  dwc:latitude '60.56'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12588'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12213> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -9.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.56"^^xsd:decimal ;
  dwc:decimalLongitude "-9.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -9.59)"^^geo:wktLiteral ;
  geo-pos:lat "60.56"^^xsd:decimal ;
  geo-pos:long "-9.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12213'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:longitude '-9.59'^^xsd:double;
  dwc:latitude '60.56'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12213'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12335> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -9.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.56"^^xsd:decimal ;
  dwc:decimalLongitude "-9.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -9.59)"^^geo:wktLiteral ;
  geo-pos:lat "60.56"^^xsd:decimal ;
  geo-pos:long "-9.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12335'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:longitude '-9.59'^^xsd:double;
  dwc:latitude '60.56'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12335'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12393> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -9.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.56"^^xsd:decimal ;
  dwc:decimalLongitude "-9.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -9.59)"^^geo:wktLiteral ;
  geo-pos:lat "60.56"^^xsd:decimal ;
  geo-pos:long "-9.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12393'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:longitude '-9.59'^^xsd:double;
  dwc:latitude '60.56'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12393'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12458> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -9.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "-9.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -9.59)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "-9.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12458'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.59'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12458'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12459> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -9.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "-9.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -9.59)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "-9.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12459'^^xsd:integer;
  dwc:scientificName 'Boreomysis arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.59'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:aphiaid '119962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12459'^^xsd:string;
  dwc:aphiaIdAccepted '119962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12171> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -9.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "-9.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -9.59)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "-9.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12171'^^xsd:integer;
  dwc:scientificName 'Boreomysis arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:longitude '-9.59'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:aphiaid '119962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12171'^^xsd:string;
  dwc:aphiaIdAccepted '119962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12275> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -9.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.59"^^xsd:decimal ;
  dwc:decimalLongitude "-9.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.59 -9.59)"^^geo:wktLiteral ;
  geo-pos:lat "61.59"^^xsd:decimal ;
  geo-pos:long "-9.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12275'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:longitude '-9.59'^^xsd:double;
  dwc:latitude '61.59'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12275'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12168> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.58)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12168'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-9.58'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12168'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12170> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.58)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12170'^^xsd:integer;
  dwc:scientificName 'Boreomysis arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-9.58'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '119962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12170'^^xsd:string;
  dwc:aphiaIdAccepted '119962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12260> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.58)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12260'^^xsd:integer;
  dwc:scientificName 'Paramblyops rostrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-9.58'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '120142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12260'^^xsd:string;
  dwc:aphiaIdAccepted '446463'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12201> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.58)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12201'^^xsd:integer;
  dwc:scientificName 'Boreomysis tridens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-9.58'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '119974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12201'^^xsd:string;
  dwc:aphiaIdAccepted '119974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12359> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.25"^^xsd:decimal ;
  dwc:decimalLongitude "-9.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.25 -9.58)"^^geo:wktLiteral ;
  geo-pos:lat "61.25"^^xsd:decimal ;
  geo-pos:long "-9.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12359'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-9.58'^^xsd:double;
  dwc:latitude '61.25'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12359'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12577> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.84 -9.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.84"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.84 -9.57)"^^geo:wktLiteral ;
  geo-pos:lat "62.84"^^xsd:decimal ;
  geo-pos:long "-9.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12577'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.57'^^xsd:double;
  dwc:latitude '62.84'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12577'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12578> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.84 -9.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.84"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.84 -9.57)"^^geo:wktLiteral ;
  geo-pos:lat "62.84"^^xsd:decimal ;
  geo-pos:long "-9.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12578'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.57'^^xsd:double;
  dwc:latitude '62.84'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12578'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12579> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.84 -9.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.84"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.84 -9.57)"^^geo:wktLiteral ;
  geo-pos:lat "62.84"^^xsd:decimal ;
  geo-pos:long "-9.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12579'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.57'^^xsd:double;
  dwc:latitude '62.84'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12579'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12157> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.84 -9.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.84"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.84 -9.57)"^^geo:wktLiteral ;
  geo-pos:lat "62.84"^^xsd:decimal ;
  geo-pos:long "-9.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12157'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:longitude '-9.57'^^xsd:double;
  dwc:latitude '62.84'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12157'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12304> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.84 -9.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.84"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.84 -9.57)"^^geo:wktLiteral ;
  geo-pos:lat "62.84"^^xsd:decimal ;
  geo-pos:long "-9.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12304'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:longitude '-9.57'^^xsd:double;
  dwc:latitude '62.84'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12304'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12330> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.84 -9.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.84"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.84 -9.57)"^^geo:wktLiteral ;
  geo-pos:lat "62.84"^^xsd:decimal ;
  geo-pos:long "-9.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12330'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:longitude '-9.57'^^xsd:double;
  dwc:latitude '62.84'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12330'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12377> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.84 -9.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.84"^^xsd:decimal ;
  dwc:decimalLongitude "-9.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.84 -9.57)"^^geo:wktLiteral ;
  geo-pos:lat "62.84"^^xsd:decimal ;
  geo-pos:long "-9.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12377'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:longitude '-9.57'^^xsd:double;
  dwc:latitude '62.84'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12377'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12187> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "62.9"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12187'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '62.9'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12187'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12472> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9 -9.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9"^^xsd:decimal ;
  dwc:decimalLongitude "-9.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9 -9.55)"^^geo:wktLiteral ;
  geo-pos:lat "62.9"^^xsd:decimal ;
  geo-pos:long "-9.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12472'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.55'^^xsd:double;
  dwc:latitude '62.9'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12472'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2259> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.58 -9.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.58 -9.48)"^^geo:wktLiteral ;
  geo-pos:lat "51.58"^^xsd:decimal ;
  geo-pos:long "-9.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2259'^^xsd:integer;
  dwc:scientificName 'Macromysis flexuosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.48'^^xsd:double;
  dwc:latitude '51.58'^^xsd:double;
  dwc:aphiaid '161336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2259'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12177> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.13 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.13"^^xsd:decimal ;
  dwc:decimalLongitude "-9.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.13 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "61.13"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12177'^^xsd:integer;
  dwc:scientificName 'Boreomysis microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-9.47'^^xsd:double;
  dwc:latitude '61.13'^^xsd:double;
  dwc:aphiaid '119968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12177'^^xsd:string;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12200> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.13 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.13"^^xsd:decimal ;
  dwc:decimalLongitude "-9.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.13 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "61.13"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12200'^^xsd:integer;
  dwc:scientificName 'Boreomysis tridens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-9.47'^^xsd:double;
  dwc:latitude '61.13'^^xsd:double;
  dwc:aphiaid '119974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12200'^^xsd:string;
  dwc:aphiaIdAccepted '119974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12358> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.13 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.13"^^xsd:decimal ;
  dwc:decimalLongitude "-9.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.13 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "61.13"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12358'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-9.47'^^xsd:double;
  dwc:latitude '61.13'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12358'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12580> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.93 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.93"^^xsd:decimal ;
  dwc:decimalLongitude "-9.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.93 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "62.93"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12580'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.47'^^xsd:double;
  dwc:latitude '62.93'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12580'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12158> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.93 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.93"^^xsd:decimal ;
  dwc:decimalLongitude "-9.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.93 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "62.93"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12158'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:longitude '-9.47'^^xsd:double;
  dwc:latitude '62.93'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12158'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12331> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.93 -9.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.93"^^xsd:decimal ;
  dwc:decimalLongitude "-9.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.93 -9.47)"^^geo:wktLiteral ;
  geo-pos:lat "62.93"^^xsd:decimal ;
  geo-pos:long "-9.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12331'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:longitude '-9.47'^^xsd:double;
  dwc:latitude '62.93'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12331'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11015> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.63 -9.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.63"^^xsd:decimal ;
  dwc:decimalLongitude "-9.43"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.63 -9.43)"^^geo:wktLiteral ;
  geo-pos:lat "43.63"^^xsd:decimal ;
  geo-pos:long "-9.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11015'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:longitude '-9.43'^^xsd:double;
  dwc:latitude '43.63'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11015'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12676> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.67"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "59.67"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12676'^^xsd:integer;
  dwc:scientificName 'Amblyops kempi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '59.67'^^xsd:double;
  dwc:aphiaid '119943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12676'^^xsd:string;
  dwc:aphiaIdAccepted '119943'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12610> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.67"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "59.67"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12610'^^xsd:integer;
  dwc:scientificName 'Pseudomma nanum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '59.67'^^xsd:double;
  dwc:aphiaid '120189'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12610'^^xsd:string;
  dwc:aphiaIdAccepted '120189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12611> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.67"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "59.67"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12611'^^xsd:integer;
  dwc:scientificName 'Pseudomma nanum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '59.67'^^xsd:double;
  dwc:aphiaid '120189'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12611'^^xsd:string;
  dwc:aphiaIdAccepted '120189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12166> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.67"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "59.67"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12166'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '59.67'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12166'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12259> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.67"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "59.67"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12259'^^xsd:integer;
  dwc:scientificName 'Paramblyops bidigitata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '59.67'^^xsd:double;
  dwc:aphiaid '120141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12259'^^xsd:string;
  dwc:aphiaIdAccepted '1757844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12205> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.67"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "59.67"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12205'^^xsd:integer;
  dwc:scientificName 'Boreomysis tridens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '59.67'^^xsd:double;
  dwc:aphiaid '119974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12205'^^xsd:string;
  dwc:aphiaIdAccepted '119974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12216> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.67"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "59.67"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12216'^^xsd:integer;
  dwc:scientificName 'Amblyops kempi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '59.67'^^xsd:double;
  dwc:aphiaid '119943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12216'^^xsd:string;
  dwc:aphiaIdAccepted '119943'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12357> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.67"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.67 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "59.67"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12357'^^xsd:integer;
  dwc:scientificName 'Pseudomma nanum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1983'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '59.67'^^xsd:double;
  dwc:aphiaid '120189'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12357'^^xsd:string;
  dwc:aphiaIdAccepted '120189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12520> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.44"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.44"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12520'^^xsd:integer;
  dwc:scientificName 'Pseudomma nanum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '61.44'^^xsd:double;
  dwc:aphiaid '120189'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12520'^^xsd:string;
  dwc:aphiaIdAccepted '120189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12521> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.44"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.44"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12521'^^xsd:integer;
  dwc:scientificName 'Erythrops microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '61.44'^^xsd:double;
  dwc:aphiaid '120002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12521'^^xsd:string;
  dwc:aphiaIdAccepted '120002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12522> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.44"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.44"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12522'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '61.44'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12522'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12147> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.44"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.44"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12147'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '61.44'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12147'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12266> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.44"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.44"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12266'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '61.44'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12266'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12447> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.44"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.44"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12447'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '61.44'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12447'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12225> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.44"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.44"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12225'^^xsd:integer;
  dwc:scientificName 'Erythrops microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '61.44'^^xsd:double;
  dwc:aphiaid '120002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12225'^^xsd:string;
  dwc:aphiaIdAccepted '120002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12314> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.44"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.44"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12314'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '61.44'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12314'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12356> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.44"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.44 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.44"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12356'^^xsd:integer;
  dwc:scientificName 'Pseudomma nanum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '61.44'^^xsd:double;
  dwc:aphiaid '120189'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12356'^^xsd:string;
  dwc:aphiaIdAccepted '120189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12460> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.75 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.75"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.75 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.75"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12460'^^xsd:integer;
  dwc:scientificName 'Boreomysis arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '61.75'^^xsd:double;
  dwc:aphiaid '119962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12460'^^xsd:string;
  dwc:aphiaIdAccepted '119962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12461> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.75 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.75"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.75 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.75"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12461'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '61.75'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12461'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12555> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.75 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.75"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.75 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.75"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12555'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '61.75'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12555'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12172> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.75 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.75"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.75 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.75"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12172'^^xsd:integer;
  dwc:scientificName 'Boreomysis arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '61.75'^^xsd:double;
  dwc:aphiaid '119962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12172'^^xsd:string;
  dwc:aphiaIdAccepted '119962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12276> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.75 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.75"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.75 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.75"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12276'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '61.75'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12276'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12320> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.75 -9.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.75"^^xsd:decimal ;
  dwc:decimalLongitude "-9.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.75 -9.34)"^^geo:wktLiteral ;
  geo-pos:lat "61.75"^^xsd:decimal ;
  geo-pos:long "-9.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12320'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:longitude '-9.34'^^xsd:double;
  dwc:latitude '61.75'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12320'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12452> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -9.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.25"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -9.25)"^^geo:wktLiteral ;
  geo-pos:lat "62.2"^^xsd:decimal ;
  geo-pos:long "-9.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12452'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.25'^^xsd:double;
  dwc:latitude '62.2'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12452'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12148> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -9.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.25"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -9.25)"^^geo:wktLiteral ;
  geo-pos:lat "62.2"^^xsd:decimal ;
  geo-pos:long "-9.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12148'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:longitude '-9.25'^^xsd:double;
  dwc:latitude '62.2'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12148'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12271> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -9.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.25"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -9.25)"^^geo:wktLiteral ;
  geo-pos:lat "62.2"^^xsd:decimal ;
  geo-pos:long "-9.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12271'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:longitude '-9.25'^^xsd:double;
  dwc:latitude '62.2'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12271'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12531> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -9.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.25"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -9.25)"^^geo:wktLiteral ;
  geo-pos:lat "62.2"^^xsd:decimal ;
  geo-pos:long "-9.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12531'^^xsd:integer;
  dwc:scientificName 'Erythrops microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.25'^^xsd:double;
  dwc:latitude '62.2'^^xsd:double;
  dwc:aphiaid '120002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12531'^^xsd:string;
  dwc:aphiaIdAccepted '120002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12532> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -9.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.25"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -9.25)"^^geo:wktLiteral ;
  geo-pos:lat "62.2"^^xsd:decimal ;
  geo-pos:long "-9.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12532'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.25'^^xsd:double;
  dwc:latitude '62.2'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12532'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12226> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -9.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.25"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -9.25)"^^geo:wktLiteral ;
  geo-pos:lat "62.2"^^xsd:decimal ;
  geo-pos:long "-9.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12226'^^xsd:integer;
  dwc:scientificName 'Erythrops microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:longitude '-9.25'^^xsd:double;
  dwc:latitude '62.2'^^xsd:double;
  dwc:aphiaid '120002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12226'^^xsd:string;
  dwc:aphiaIdAccepted '120002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12362> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -9.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.2"^^xsd:decimal ;
  dwc:decimalLongitude "-9.25"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -9.25)"^^geo:wktLiteral ;
  geo-pos:lat "62.2"^^xsd:decimal ;
  geo-pos:long "-9.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12362'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:longitude '-9.25'^^xsd:double;
  dwc:latitude '62.2'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12362'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2712> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2712'^^xsd:integer;
  dwc:scientificName 'Hypererythrops serriventer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2712'^^xsd:string;
  dwc:aphiaIdAccepted '120042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2707> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2707'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2707'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2710> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2710'^^xsd:integer;
  dwc:scientificName 'Paramblyops rostrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2710'^^xsd:string;
  dwc:aphiaIdAccepted '446463'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2718> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2718'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2718'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2721> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2721'^^xsd:integer;
  dwc:scientificName 'Haplostylus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '148698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2721'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1743> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1743'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1743'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2142> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2142'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2142'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1807> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1807'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1807'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2723> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2723'^^xsd:integer;
  dwc:scientificName 'Boreomysis tridens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '119974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2723'^^xsd:string;
  dwc:aphiaIdAccepted '119974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A783> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '783'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:783'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1303> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1303'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1303'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A976> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '976'^^xsd:integer;
  dwc:scientificName 'Siriella fleminghi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '161500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:976'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1333> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1333'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1333'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2725> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2725'^^xsd:integer;
  dwc:scientificName 'Mysidella typica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120085'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2725'^^xsd:string;
  dwc:aphiaIdAccepted '120085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1841> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1841'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1841'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1263> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1263'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1263'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2084> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.22)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2084'^^xsd:integer;
  dwc:scientificName 'Acanthomysis longicornis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-9.22'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '119939'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2084'^^xsd:string;
  dwc:aphiaIdAccepted '119939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12309> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.13 -9.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.13"^^xsd:decimal ;
  dwc:decimalLongitude "-9.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.13 -9.13)"^^geo:wktLiteral ;
  geo-pos:lat "61.13"^^xsd:decimal ;
  geo-pos:long "-9.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12309'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-9.13'^^xsd:double;
  dwc:latitude '61.13'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12309'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12670> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -9.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.71"^^xsd:decimal ;
  dwc:decimalLongitude "-9.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -9.09)"^^geo:wktLiteral ;
  geo-pos:lat "60.71"^^xsd:decimal ;
  geo-pos:long "-9.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12670'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.09'^^xsd:double;
  dwc:latitude '60.71'^^xsd:double;
  dwc:aphiaid '120017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12670'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12209> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -9.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.71"^^xsd:decimal ;
  dwc:decimalLongitude "-9.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -9.09)"^^geo:wktLiteral ;
  geo-pos:lat "60.71"^^xsd:decimal ;
  geo-pos:long "-9.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12209'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:longitude '-9.09'^^xsd:double;
  dwc:latitude '60.71'^^xsd:double;
  dwc:aphiaid '120017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12209'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12437> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -9.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.71"^^xsd:decimal ;
  dwc:decimalLongitude "-9.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -9.09)"^^geo:wktLiteral ;
  geo-pos:lat "60.71"^^xsd:decimal ;
  geo-pos:long "-9.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12437'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:longitude '-9.09'^^xsd:double;
  dwc:latitude '60.71'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12437'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12598> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -9.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.71"^^xsd:decimal ;
  dwc:decimalLongitude "-9.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -9.09)"^^geo:wktLiteral ;
  geo-pos:lat "60.71"^^xsd:decimal ;
  geo-pos:long "-9.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12598'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.09'^^xsd:double;
  dwc:latitude '60.71'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12598'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3630> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3630'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3630'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20192> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:20192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '20192'^^xsd:integer;
  dwc:scientificName 'Mesopodopsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:20192'^^xsd:string;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A715> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '715'^^xsd:integer;
  dwc:scientificName 'Boreomysis tridens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '119974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:715'^^xsd:string;
  dwc:aphiaIdAccepted '119974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2716> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2716'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2716'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A727> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '727'^^xsd:integer;
  dwc:scientificName 'Boreomysis arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '119962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:727'^^xsd:string;
  dwc:aphiaIdAccepted '119962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1877> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1877'^^xsd:integer;
  dwc:scientificName 'Mysis relicta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1877'^^xsd:string;
  dwc:aphiaIdAccepted '120120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3068> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3068'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3068'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A708> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '708'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:708'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3478> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3478'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3478'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3482> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3482'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3482'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3485> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3485'^^xsd:integer;
  dwc:scientificName 'Mysidella typica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120085'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3485'^^xsd:string;
  dwc:aphiaIdAccepted '120085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2261> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2261'^^xsd:integer;
  dwc:scientificName 'Macromysis flexuosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '161336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2261'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3629> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3629'^^xsd:integer;
  dwc:scientificName 'Pseudomma frigidum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3629'^^xsd:string;
  dwc:aphiaIdAccepted '120185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2508> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2508'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2508'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2527> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2527'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2527'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A712> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.18"^^xsd:decimal ;
  dwc:decimalLongitude "-9.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.18 -9.08)"^^geo:wktLiteral ;
  geo-pos:lat "53.18"^^xsd:decimal ;
  geo-pos:long "-9.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '712'^^xsd:integer;
  dwc:scientificName 'Petalophthalmus armiger'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-9.08'^^xsd:double;
  dwc:latitude '53.18'^^xsd:double;
  dwc:aphiaid '120233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:712'^^xsd:string;
  dwc:aphiaIdAccepted '120233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2688> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.53 -8.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.53"^^xsd:decimal ;
  dwc:decimalLongitude "-8.83"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.53 -8.83)"^^geo:wktLiteral ;
  geo-pos:lat "33.53"^^xsd:decimal ;
  geo-pos:long "-8.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2688'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.83'^^xsd:double;
  dwc:latitude '33.53'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2688'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20158> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.53 -8.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.53"^^xsd:decimal ;
  dwc:decimalLongitude "-8.83"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.53 -8.83)"^^geo:wktLiteral ;
  geo-pos:lat "33.53"^^xsd:decimal ;
  geo-pos:long "-8.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:20158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '20158'^^xsd:integer;
  dwc:scientificName 'Paramysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-8.83'^^xsd:double;
  dwc:latitude '33.53'^^xsd:double;
  dwc:aphiaid '120162'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:20158'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1572> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.53 -8.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.53"^^xsd:decimal ;
  dwc:decimalLongitude "-8.83"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.53 -8.83)"^^geo:wktLiteral ;
  geo-pos:lat "33.53"^^xsd:decimal ;
  geo-pos:long "-8.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1572'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.83'^^xsd:double;
  dwc:latitude '33.53'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1572'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3088> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.53 -8.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.53"^^xsd:decimal ;
  dwc:decimalLongitude "-8.83"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.53 -8.83)"^^geo:wktLiteral ;
  geo-pos:lat "33.53"^^xsd:decimal ;
  geo-pos:long "-8.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3088'^^xsd:integer;
  dwc:scientificName 'Paramblyops rostrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.83'^^xsd:double;
  dwc:latitude '33.53'^^xsd:double;
  dwc:aphiaid '120142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3088'^^xsd:string;
  dwc:aphiaIdAccepted '446463'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2338> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.82 -8.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.82"^^xsd:decimal ;
  dwc:decimalLongitude "-8.83"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.82 -8.83)"^^geo:wktLiteral ;
  geo-pos:lat "51.82"^^xsd:decimal ;
  geo-pos:long "-8.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2338'^^xsd:integer;
  dwc:scientificName 'Neomysis vulgaris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.83'^^xsd:double;
  dwc:latitude '51.82'^^xsd:double;
  dwc:aphiaid '148696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2338'^^xsd:string;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12253> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4 -8.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.4"^^xsd:decimal ;
  dwc:decimalLongitude "-8.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4 -8.79)"^^geo:wktLiteral ;
  geo-pos:lat "62.4"^^xsd:decimal ;
  geo-pos:long "-8.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12253'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:longitude '-8.79'^^xsd:double;
  dwc:latitude '62.4'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12253'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12465> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4 -8.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.4"^^xsd:decimal ;
  dwc:decimalLongitude "-8.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4 -8.79)"^^geo:wktLiteral ;
  geo-pos:lat "62.4"^^xsd:decimal ;
  geo-pos:long "-8.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12465'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.79'^^xsd:double;
  dwc:latitude '62.4'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12465'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12280> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4 -8.79)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.4"^^xsd:decimal ;
  dwc:decimalLongitude "-8.79"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4 -8.79)"^^geo:wktLiteral ;
  geo-pos:lat "62.4"^^xsd:decimal ;
  geo-pos:long "-8.79"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12280'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:longitude '-8.79'^^xsd:double;
  dwc:latitude '62.4'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12280'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12436> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.86 -8.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.86"^^xsd:decimal ;
  dwc:decimalLongitude "-8.77"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.86 -8.77)"^^geo:wktLiteral ;
  geo-pos:lat "60.86"^^xsd:decimal ;
  geo-pos:long "-8.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12436'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:longitude '-8.77'^^xsd:double;
  dwc:latitude '60.86'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12436'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12597> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.86 -8.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.86"^^xsd:decimal ;
  dwc:decimalLongitude "-8.77"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.86 -8.77)"^^geo:wktLiteral ;
  geo-pos:lat "60.86"^^xsd:decimal ;
  geo-pos:long "-8.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12597'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.77'^^xsd:double;
  dwc:latitude '60.86'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12597'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12448> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -8.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.41"^^xsd:decimal ;
  dwc:decimalLongitude "-8.73"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -8.73)"^^geo:wktLiteral ;
  geo-pos:lat "61.41"^^xsd:decimal ;
  geo-pos:long "-8.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12448'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.73'^^xsd:double;
  dwc:latitude '61.41'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12448'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12646> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -8.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.41"^^xsd:decimal ;
  dwc:decimalLongitude "-8.73"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -8.73)"^^geo:wktLiteral ;
  geo-pos:lat "61.41"^^xsd:decimal ;
  geo-pos:long "-8.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12646'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.73'^^xsd:double;
  dwc:latitude '61.41'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12646'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12647> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -8.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.41"^^xsd:decimal ;
  dwc:decimalLongitude "-8.73"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -8.73)"^^geo:wktLiteral ;
  geo-pos:lat "61.41"^^xsd:decimal ;
  geo-pos:long "-8.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12647'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.73'^^xsd:double;
  dwc:latitude '61.41'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12647'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12267> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -8.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.41"^^xsd:decimal ;
  dwc:decimalLongitude "-8.73"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -8.73)"^^geo:wktLiteral ;
  geo-pos:lat "61.41"^^xsd:decimal ;
  geo-pos:long "-8.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12267'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-8.73'^^xsd:double;
  dwc:latitude '61.41'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12267'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12390> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -8.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.41"^^xsd:decimal ;
  dwc:decimalLongitude "-8.73"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -8.73)"^^geo:wktLiteral ;
  geo-pos:lat "61.41"^^xsd:decimal ;
  geo-pos:long "-8.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12390'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-8.73'^^xsd:double;
  dwc:latitude '61.41'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12390'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12409> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -8.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.41"^^xsd:decimal ;
  dwc:decimalLongitude "-8.73"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -8.73)"^^geo:wktLiteral ;
  geo-pos:lat "61.41"^^xsd:decimal ;
  geo-pos:long "-8.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12409'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-8.73'^^xsd:double;
  dwc:latitude '61.41'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12409'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11625> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 -8.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "-8.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 -8.65)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "-8.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11625'^^xsd:integer;
  dwc:scientificName 'Sabatieria pisinna'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-8.65'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:aphiaid '121372'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11625'^^xsd:string;
  dwc:aphiaIdAccepted '121372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12558> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -8.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.71"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -8.56)"^^geo:wktLiteral ;
  geo-pos:lat "62.71"^^xsd:decimal ;
  geo-pos:long "-8.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12558'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.56'^^xsd:double;
  dwc:latitude '62.71'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12558'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12559> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -8.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.71"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -8.56)"^^geo:wktLiteral ;
  geo-pos:lat "62.71"^^xsd:decimal ;
  geo-pos:long "-8.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12559'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.56'^^xsd:double;
  dwc:latitude '62.71'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12559'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12152> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -8.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.71"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -8.56)"^^geo:wktLiteral ;
  geo-pos:lat "62.71"^^xsd:decimal ;
  geo-pos:long "-8.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12152'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:longitude '-8.56'^^xsd:double;
  dwc:latitude '62.71'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12152'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12560> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -8.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.71"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -8.56)"^^geo:wktLiteral ;
  geo-pos:lat "62.71"^^xsd:decimal ;
  geo-pos:long "-8.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12560'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.56'^^xsd:double;
  dwc:latitude '62.71'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12560'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12366> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -8.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.71"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -8.56)"^^geo:wktLiteral ;
  geo-pos:lat "62.71"^^xsd:decimal ;
  geo-pos:long "-8.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12366'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:longitude '-8.56'^^xsd:double;
  dwc:latitude '62.71'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12366'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12303> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -8.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.71"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -8.56)"^^geo:wktLiteral ;
  geo-pos:lat "62.71"^^xsd:decimal ;
  geo-pos:long "-8.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12303'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:longitude '-8.56'^^xsd:double;
  dwc:latitude '62.71'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12303'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12322> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -8.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.71"^^xsd:decimal ;
  dwc:decimalLongitude "-8.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -8.56)"^^geo:wktLiteral ;
  geo-pos:lat "62.71"^^xsd:decimal ;
  geo-pos:long "-8.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12322'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:longitude '-8.56'^^xsd:double;
  dwc:latitude '62.71'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12322'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1702> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.53"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.53)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1702'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.53'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1702'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1840> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.53"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-8.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1840'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-8.53'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1840'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1262> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.53"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-8.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1262'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-8.53'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1262'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1716> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.53"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-8.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1716'^^xsd:integer;
  dwc:scientificName 'Leptomysis mediterranea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-8.53'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '120056'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1716'^^xsd:string;
  dwc:aphiaIdAccepted '120056'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A971> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.53"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-8.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '971'^^xsd:integer;
  dwc:scientificName 'Siriella fleminghi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-8.53'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '161500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:971'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A778> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.53"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-8.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '778'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-8.53'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:778'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2199> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.53"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-8.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2199'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-8.53'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2199'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2169> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.53"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-8.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2169'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-8.53'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2169'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2307> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.53"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-8.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2307'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-8.53'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2307'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2208> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.53"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-8.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2208'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-8.53'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2208'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2250> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55"^^xsd:decimal ;
  dwc:decimalLongitude "-8.53"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55 -8.53)"^^geo:wktLiteral ;
  geo-pos:lat "55"^^xsd:decimal ;
  geo-pos:long "-8.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2250'^^xsd:integer;
  dwc:scientificName 'Macromysis flexuosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-8.53'^^xsd:double;
  dwc:latitude '55'^^xsd:integer;
  dwc:aphiaid '161336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2250'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12449> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.28 -8.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.28"^^xsd:decimal ;
  dwc:decimalLongitude "-8.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.28 -8.52)"^^geo:wktLiteral ;
  geo-pos:lat "61.28"^^xsd:decimal ;
  geo-pos:long "-8.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12449'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.52'^^xsd:double;
  dwc:latitude '61.28'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12449'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12648> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.28 -8.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.28"^^xsd:decimal ;
  dwc:decimalLongitude "-8.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.28 -8.52)"^^geo:wktLiteral ;
  geo-pos:lat "61.28"^^xsd:decimal ;
  geo-pos:long "-8.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12648'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.52'^^xsd:double;
  dwc:latitude '61.28'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12648'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12268> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.28 -8.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.28"^^xsd:decimal ;
  dwc:decimalLongitude "-8.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.28 -8.52)"^^geo:wktLiteral ;
  geo-pos:lat "61.28"^^xsd:decimal ;
  geo-pos:long "-8.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12268'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-8.52'^^xsd:double;
  dwc:latitude '61.28'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12268'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12410> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.28 -8.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.28"^^xsd:decimal ;
  dwc:decimalLongitude "-8.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.28 -8.52)"^^geo:wktLiteral ;
  geo-pos:lat "61.28"^^xsd:decimal ;
  geo-pos:long "-8.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12410'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-8.52'^^xsd:double;
  dwc:latitude '61.28'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12410'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12652> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.89 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.89"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.89 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "60.89"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12652'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '60.89'^^xsd:double;
  dwc:aphiaid '120017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12652'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12525> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.89 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.89"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.89 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "60.89"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12525'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '60.89'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12525'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12208> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.89 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.89"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.89 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "60.89"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12208'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '60.89'^^xsd:double;
  dwc:aphiaid '120017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12208'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12428> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.89 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.89"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.89 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "60.89"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12428'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '60.89'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12428'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12649> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.24 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.24"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.24 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "61.24"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12649'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '61.24'^^xsd:double;
  dwc:aphiaid '120017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12649'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12650> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.24 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.24"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.24 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "61.24"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12650'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '61.24'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12650'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12240> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.24 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.24"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.24 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "61.24"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12240'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '61.24'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12240'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12206> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.24 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.24"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.24 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "61.24"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12206'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '61.24'^^xsd:double;
  dwc:aphiaid '120017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12206'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12411> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.24 -8.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.24"^^xsd:decimal ;
  dwc:decimalLongitude "-8.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.24 -8.49)"^^geo:wktLiteral ;
  geo-pos:lat "61.24"^^xsd:decimal ;
  geo-pos:long "-8.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12411'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-8.49'^^xsd:double;
  dwc:latitude '61.24'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12411'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12000> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.27 -8.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.27"^^xsd:decimal ;
  dwc:decimalLongitude "-8.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.27 -8.48)"^^geo:wktLiteral ;
  geo-pos:lat "33.27"^^xsd:decimal ;
  geo-pos:long "-8.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12000'^^xsd:integer;
  dwc:scientificName 'Siriella jaltensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1924'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-8.48'^^xsd:double;
  dwc:latitude '33.27'^^xsd:double;
  dwc:aphiaid '120214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12000'^^xsd:string;
  dwc:aphiaIdAccepted '120214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12008> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.27 -8.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.27"^^xsd:decimal ;
  dwc:decimalLongitude "-8.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.27 -8.48)"^^geo:wktLiteral ;
  geo-pos:lat "33.27"^^xsd:decimal ;
  geo-pos:long "-8.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12008'^^xsd:integer;
  dwc:scientificName 'Mesopodopsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1924'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-8.48'^^xsd:double;
  dwc:latitude '33.27'^^xsd:double;
  dwc:aphiaid '120072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12008'^^xsd:string;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12450> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 -8.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.65"^^xsd:decimal ;
  dwc:decimalLongitude "-8.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 -8.47)"^^geo:wktLiteral ;
  geo-pos:lat "60.65"^^xsd:decimal ;
  geo-pos:long "-8.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12450'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.47'^^xsd:double;
  dwc:latitude '60.65'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12450'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12269> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 -8.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.65"^^xsd:decimal ;
  dwc:decimalLongitude "-8.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.65 -8.47)"^^geo:wktLiteral ;
  geo-pos:lat "60.65"^^xsd:decimal ;
  geo-pos:long "-8.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12269'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:longitude '-8.47'^^xsd:double;
  dwc:latitude '60.65'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12269'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12241> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -8.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.22"^^xsd:decimal ;
  dwc:decimalLongitude "-8.43"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -8.43)"^^geo:wktLiteral ;
  geo-pos:lat "61.22"^^xsd:decimal ;
  geo-pos:long "-8.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12241'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-8.43'^^xsd:double;
  dwc:latitude '61.22'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12241'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12526> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.52"^^xsd:decimal ;
  dwc:decimalLongitude "-8.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  geo-pos:lat "60.52"^^xsd:decimal ;
  geo-pos:long "-8.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12526'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.42'^^xsd:double;
  dwc:latitude '60.52'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12526'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12527> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.52"^^xsd:decimal ;
  dwc:decimalLongitude "-8.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  geo-pos:lat "60.52"^^xsd:decimal ;
  geo-pos:long "-8.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12527'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.42'^^xsd:double;
  dwc:latitude '60.52'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12527'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12528> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.52"^^xsd:decimal ;
  dwc:decimalLongitude "-8.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  geo-pos:lat "60.52"^^xsd:decimal ;
  geo-pos:long "-8.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12528'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.42'^^xsd:double;
  dwc:latitude '60.52'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12528'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12529> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.52"^^xsd:decimal ;
  dwc:decimalLongitude "-8.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  geo-pos:lat "60.52"^^xsd:decimal ;
  geo-pos:long "-8.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12529'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.42'^^xsd:double;
  dwc:latitude '60.52'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12529'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12361> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.52"^^xsd:decimal ;
  dwc:decimalLongitude "-8.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  geo-pos:lat "60.52"^^xsd:decimal ;
  geo-pos:long "-8.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12361'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:longitude '-8.42'^^xsd:double;
  dwc:latitude '60.52'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12361'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12294> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.52"^^xsd:decimal ;
  dwc:decimalLongitude "-8.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  geo-pos:lat "60.52"^^xsd:decimal ;
  geo-pos:long "-8.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12294'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:longitude '-8.42'^^xsd:double;
  dwc:latitude '60.52'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12294'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12315> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.52"^^xsd:decimal ;
  dwc:decimalLongitude "-8.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  geo-pos:lat "60.52"^^xsd:decimal ;
  geo-pos:long "-8.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12315'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:longitude '-8.42'^^xsd:double;
  dwc:latitude '60.52'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12315'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12375> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.52"^^xsd:decimal ;
  dwc:decimalLongitude "-8.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.52 -8.42)"^^geo:wktLiteral ;
  geo-pos:lat "60.52"^^xsd:decimal ;
  geo-pos:long "-8.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12375'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:longitude '-8.42'^^xsd:double;
  dwc:latitude '60.52'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12375'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12007> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5 -8.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.5"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.5 -8.4)"^^geo:wktLiteral ;
  geo-pos:lat "33.5"^^xsd:decimal ;
  geo-pos:long "-8.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12007'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1924'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-8.4'^^xsd:double;
  dwc:latitude '33.5'^^xsd:double;
  dwc:aphiaid '120017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12007'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12523> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.06 -8.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.06"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.06 -8.4)"^^geo:wktLiteral ;
  geo-pos:lat "61.06"^^xsd:decimal ;
  geo-pos:long "-8.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12523'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.4'^^xsd:double;
  dwc:latitude '61.06'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12523'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12426> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.06 -8.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.06"^^xsd:decimal ;
  dwc:decimalLongitude "-8.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.06 -8.4)"^^geo:wktLiteral ;
  geo-pos:lat "61.06"^^xsd:decimal ;
  geo-pos:long "-8.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12426'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-8.4'^^xsd:double;
  dwc:latitude '61.06'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12426'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12589> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.45 -8.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.45"^^xsd:decimal ;
  dwc:decimalLongitude "-8.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.45 -8.38)"^^geo:wktLiteral ;
  geo-pos:lat "60.45"^^xsd:decimal ;
  geo-pos:long "-8.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12589'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.38'^^xsd:double;
  dwc:latitude '60.45'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12589'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12336> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.45 -8.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.45"^^xsd:decimal ;
  dwc:decimalLongitude "-8.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.45 -8.38)"^^geo:wktLiteral ;
  geo-pos:lat "60.45"^^xsd:decimal ;
  geo-pos:long "-8.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12336'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:longitude '-8.38'^^xsd:double;
  dwc:latitude '60.45'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12336'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12651> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1 -8.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.1"^^xsd:decimal ;
  dwc:decimalLongitude "-8.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1 -8.38)"^^geo:wktLiteral ;
  geo-pos:lat "61.1"^^xsd:decimal ;
  geo-pos:long "-8.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12651'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.38'^^xsd:double;
  dwc:latitude '61.1'^^xsd:double;
  dwc:aphiaid '120017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12651'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12524> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1 -8.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.1"^^xsd:decimal ;
  dwc:decimalLongitude "-8.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1 -8.38)"^^geo:wktLiteral ;
  geo-pos:lat "61.1"^^xsd:decimal ;
  geo-pos:long "-8.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12524'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.38'^^xsd:double;
  dwc:latitude '61.1'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12524'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12207> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1 -8.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.1"^^xsd:decimal ;
  dwc:decimalLongitude "-8.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1 -8.38)"^^geo:wktLiteral ;
  geo-pos:lat "61.1"^^xsd:decimal ;
  geo-pos:long "-8.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12207'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-8.38'^^xsd:double;
  dwc:latitude '61.1'^^xsd:double;
  dwc:aphiaid '120017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12207'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12427> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1 -8.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.1"^^xsd:decimal ;
  dwc:decimalLongitude "-8.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.1 -8.38)"^^geo:wktLiteral ;
  geo-pos:lat "61.1"^^xsd:decimal ;
  geo-pos:long "-8.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12427'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-8.38'^^xsd:double;
  dwc:latitude '61.1'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12427'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1992> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1992'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1992'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2085> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2085'^^xsd:integer;
  dwc:scientificName 'Acanthomysis longicornis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '119939'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2085'^^xsd:string;
  dwc:aphiaIdAccepted '119939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1744> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1744'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1744'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1661> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1661'^^xsd:integer;
  dwc:scientificName 'Arachnomysis leuckartii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '161314'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1661'^^xsd:string;
  dwc:aphiaIdAccepted '161314'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1658> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1658'^^xsd:integer;
  dwc:scientificName 'Chunomysis diadema'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '119981'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1658'^^xsd:string;
  dwc:aphiaIdAccepted '119981'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1243> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1243'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1243'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3096> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3096'^^xsd:integer;
  dwc:scientificName 'Pseudomma nanum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120189'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3096'^^xsd:string;
  dwc:aphiaIdAccepted '120189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1428> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1428'^^xsd:integer;
  dwc:scientificName 'Amblyops tenuicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '119947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1428'^^xsd:string;
  dwc:aphiaIdAccepted '1635408'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1124> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1124'^^xsd:integer;
  dwc:scientificName 'Siriella jaltensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1124'^^xsd:string;
  dwc:aphiaIdAccepted '120214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1331> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1331'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1331'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1403> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1403'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1403'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2254> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2254'^^xsd:integer;
  dwc:scientificName 'Macromysis flexuosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '161336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2254'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3585> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3585'^^xsd:integer;
  dwc:scientificName 'Mysideis parva'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120081'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3585'^^xsd:string;
  dwc:aphiaIdAccepted '120081'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1409> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1409'^^xsd:integer;
  dwc:scientificName 'Pseudomma calloplura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120183'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1409'^^xsd:string;
  dwc:aphiaIdAccepted '120165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2098> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2098'^^xsd:integer;
  dwc:scientificName 'Heteromysis norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120039'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2098'^^xsd:string;
  dwc:aphiaIdAccepted '120039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1376> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1376'^^xsd:integer;
  dwc:scientificName 'Erythrops elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '119997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1376'^^xsd:string;
  dwc:aphiaIdAccepted '119997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1686> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1686'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1686'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1498> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1498'^^xsd:integer;
  dwc:scientificName 'Paramblyops bidigitata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1498'^^xsd:string;
  dwc:aphiaIdAccepted '1757844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1509> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1509'^^xsd:integer;
  dwc:scientificName 'Dactylamblyops thaumatops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '119987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1509'^^xsd:string;
  dwc:aphiaIdAccepted '119987'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1414> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1414'^^xsd:integer;
  dwc:scientificName 'Michthyops parva'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1414'^^xsd:string;
  dwc:aphiaIdAccepted '852999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1549> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1549'^^xsd:integer;
  dwc:scientificName 'Longithorax fuscus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1549'^^xsd:string;
  dwc:aphiaIdAccepted '120064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1557> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1557'^^xsd:integer;
  dwc:scientificName 'Euchaetomera tenuis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120011'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1557'^^xsd:string;
  dwc:aphiaIdAccepted '120011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1350> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1350'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1350'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1362> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1362'^^xsd:integer;
  dwc:scientificName 'Erythrops erythrophthalma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '119998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1362'^^xsd:string;
  dwc:aphiaIdAccepted '852968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1518> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1518'^^xsd:integer;
  dwc:scientificName 'Dactylamblyops goniops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '119985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1518'^^xsd:string;
  dwc:aphiaIdAccepted '119985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1532> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1532'^^xsd:integer;
  dwc:scientificName 'Metamblyops oculata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '120073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1532'^^xsd:string;
  dwc:aphiaIdAccepted '852995'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1395> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1395'^^xsd:integer;
  dwc:scientificName 'Dactylerythrops dactylops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:aphiaid '119989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1395'^^xsd:string;
  dwc:aphiaIdAccepted '119989'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12570> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.36 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.36"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.36 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "62.36"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12570'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '62.36'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12570'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12434> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.36 -8.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.36"^^xsd:decimal ;
  dwc:decimalLongitude "-8.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.36 -8.27)"^^geo:wktLiteral ;
  geo-pos:lat "62.36"^^xsd:decimal ;
  geo-pos:long "-8.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12434'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:longitude '-8.27'^^xsd:double;
  dwc:latitude '62.36'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12434'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3163> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.12"^^xsd:decimal ;
  dwc:decimalLongitude "-8.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  geo-pos:lat "48.12"^^xsd:decimal ;
  geo-pos:long "-8.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3163'^^xsd:integer;
  dwc:scientificName 'Mysidetes farrani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.22'^^xsd:double;
  dwc:latitude '48.12'^^xsd:double;
  dwc:aphiaid '120086'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3163'^^xsd:string;
  dwc:aphiaIdAccepted '120086'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3162> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.12"^^xsd:decimal ;
  dwc:decimalLongitude "-8.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  geo-pos:lat "48.12"^^xsd:decimal ;
  geo-pos:long "-8.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3162'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.22'^^xsd:double;
  dwc:latitude '48.12'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3162'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3164> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.12"^^xsd:decimal ;
  dwc:decimalLongitude "-8.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  geo-pos:lat "48.12"^^xsd:decimal ;
  geo-pos:long "-8.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3164'^^xsd:integer;
  dwc:scientificName 'Boreomysis arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.22'^^xsd:double;
  dwc:latitude '48.12'^^xsd:double;
  dwc:aphiaid '119962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3164'^^xsd:string;
  dwc:aphiaIdAccepted '119962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3154> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.12"^^xsd:decimal ;
  dwc:decimalLongitude "-8.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  geo-pos:lat "48.12"^^xsd:decimal ;
  geo-pos:long "-8.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3154'^^xsd:integer;
  dwc:scientificName 'Haplostylus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.22'^^xsd:double;
  dwc:latitude '48.12'^^xsd:double;
  dwc:aphiaid '148698'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3154'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3155> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.12"^^xsd:decimal ;
  dwc:decimalLongitude "-8.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  geo-pos:lat "48.12"^^xsd:decimal ;
  geo-pos:long "-8.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3155'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.22'^^xsd:double;
  dwc:latitude '48.12'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3155'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3160> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.12"^^xsd:decimal ;
  dwc:decimalLongitude "-8.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  geo-pos:lat "48.12"^^xsd:decimal ;
  geo-pos:long "-8.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3160'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.22'^^xsd:double;
  dwc:latitude '48.12'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3160'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3156> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.12"^^xsd:decimal ;
  dwc:decimalLongitude "-8.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  geo-pos:lat "48.12"^^xsd:decimal ;
  geo-pos:long "-8.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3156'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.22'^^xsd:double;
  dwc:latitude '48.12'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3156'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3157> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.12"^^xsd:decimal ;
  dwc:decimalLongitude "-8.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  geo-pos:lat "48.12"^^xsd:decimal ;
  geo-pos:long "-8.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3157'^^xsd:integer;
  dwc:scientificName 'Paramblyops rostrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.22'^^xsd:double;
  dwc:latitude '48.12'^^xsd:double;
  dwc:aphiaid '120142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3157'^^xsd:string;
  dwc:aphiaIdAccepted '446463'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3159> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.12"^^xsd:decimal ;
  dwc:decimalLongitude "-8.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  geo-pos:lat "48.12"^^xsd:decimal ;
  geo-pos:long "-8.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3159'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.22'^^xsd:double;
  dwc:latitude '48.12'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3159'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3158> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.12"^^xsd:decimal ;
  dwc:decimalLongitude "-8.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.12 -8.22)"^^geo:wktLiteral ;
  geo-pos:lat "48.12"^^xsd:decimal ;
  geo-pos:long "-8.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3158'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.22'^^xsd:double;
  dwc:latitude '48.12'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3158'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3166> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.17 -8.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.17"^^xsd:decimal ;
  dwc:decimalLongitude "-8.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.17 -8.18)"^^geo:wktLiteral ;
  geo-pos:lat "48.17"^^xsd:decimal ;
  geo-pos:long "-8.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3166'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.18'^^xsd:double;
  dwc:latitude '48.17'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3166'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3153> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.17 -8.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.17"^^xsd:decimal ;
  dwc:decimalLongitude "-8.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.17 -8.18)"^^geo:wktLiteral ;
  geo-pos:lat "48.17"^^xsd:decimal ;
  geo-pos:long "-8.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3153'^^xsd:integer;
  dwc:scientificName 'Siriella norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.18'^^xsd:double;
  dwc:latitude '48.17'^^xsd:double;
  dwc:aphiaid '120215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3153'^^xsd:string;
  dwc:aphiaIdAccepted '120215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12643> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-8.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-8.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12643'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.09'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12643'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12644> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-8.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-8.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12644'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.09'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12644'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12645> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-8.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-8.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12645'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.09'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12645'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12518> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-8.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-8.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12518'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.09'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12518'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12211> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-8.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-8.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12211'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:longitude '-8.09'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12211'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12239> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-8.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-8.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12239'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:longitude '-8.09'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12239'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12517> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-8.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-8.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12517'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-8.09'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12517'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12313> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-8.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-8.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12313'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:longitude '-8.09'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12313'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12389> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-8.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-8.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12389'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:longitude '-8.09'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12389'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12408> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-8.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-8.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12408'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:longitude '-8.09'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12408'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12425> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-8.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -8.09)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-8.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12425'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:longitude '-8.09'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12425'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1330> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.83 -8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.83"^^xsd:decimal ;
  dwc:decimalLongitude "-8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.83 -8)"^^geo:wktLiteral ;
  geo-pos:lat "51.83"^^xsd:decimal ;
  geo-pos:long "-8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1330'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8'^^xsd:integer;
  dwc:latitude '51.83'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1330'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2304> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.83 -8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.83"^^xsd:decimal ;
  dwc:decimalLongitude "-8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.83 -8)"^^geo:wktLiteral ;
  geo-pos:lat "51.83"^^xsd:decimal ;
  geo-pos:long "-8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2304'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8'^^xsd:integer;
  dwc:latitude '51.83'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2304'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1687> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.83 -8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.83"^^xsd:decimal ;
  dwc:decimalLongitude "-8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.83 -8)"^^geo:wktLiteral ;
  geo-pos:lat "51.83"^^xsd:decimal ;
  geo-pos:long "-8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1687'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-8'^^xsd:integer;
  dwc:latitude '51.83'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1687'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2298> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.93 -7.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.93"^^xsd:decimal ;
  dwc:decimalLongitude "-7.98"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.93 -7.98)"^^geo:wktLiteral ;
  geo-pos:lat "54.93"^^xsd:decimal ;
  geo-pos:long "-7.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2298'^^xsd:integer;
  dwc:scientificName 'Schistomysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-7.98'^^xsd:double;
  dwc:latitude '54.93'^^xsd:double;
  dwc:aphiaid '120206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2298'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12181> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.43 -7.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.43"^^xsd:decimal ;
  dwc:decimalLongitude "-7.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.43 -7.93)"^^geo:wktLiteral ;
  geo-pos:lat "63.43"^^xsd:decimal ;
  geo-pos:long "-7.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12181'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-7.93'^^xsd:double;
  dwc:latitude '63.43'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12181'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12291> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.43 -7.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.43"^^xsd:decimal ;
  dwc:decimalLongitude "-7.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.43 -7.93)"^^geo:wktLiteral ;
  geo-pos:lat "63.43"^^xsd:decimal ;
  geo-pos:long "-7.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12291'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-7.93'^^xsd:double;
  dwc:latitude '63.43'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12291'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12347> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.43 -7.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.43"^^xsd:decimal ;
  dwc:decimalLongitude "-7.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.43 -7.93)"^^geo:wktLiteral ;
  geo-pos:lat "63.43"^^xsd:decimal ;
  geo-pos:long "-7.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12347'^^xsd:integer;
  dwc:scientificName 'Pseudomma frigidum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-7.93'^^xsd:double;
  dwc:latitude '63.43'^^xsd:double;
  dwc:aphiaid '120185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12347'^^xsd:string;
  dwc:aphiaIdAccepted '120185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12640> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.66"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "61.66"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12640'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '61.66'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12640'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12641> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.66"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "61.66"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12641'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '61.66'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12641'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12642> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.66"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "61.66"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12642'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '61.66'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12642'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12210> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.66"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "61.66"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12210'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '61.66'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12210'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12516> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.66"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "61.66"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12516'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '61.66'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12516'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12515> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.66"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "61.66"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12515'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '61.66'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12515'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12312> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.66"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "61.66"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12312'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '61.66'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12312'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12388> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.66"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "61.66"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12388'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '61.66'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12388'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12407> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.66"^^xsd:decimal ;
  dwc:decimalLongitude "-7.82"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.66 -7.82)"^^geo:wktLiteral ;
  geo-pos:lat "61.66"^^xsd:decimal ;
  geo-pos:long "-7.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12407'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:longitude '-7.82'^^xsd:double;
  dwc:latitude '61.66'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12407'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3165> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8 -7.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8"^^xsd:decimal ;
  dwc:decimalLongitude "-7.77"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8 -7.77)"^^geo:wktLiteral ;
  geo-pos:lat "47.8"^^xsd:decimal ;
  geo-pos:long "-7.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3165'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.77'^^xsd:double;
  dwc:latitude '47.8'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3165'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3152> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8 -7.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8"^^xsd:decimal ;
  dwc:decimalLongitude "-7.77"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8 -7.77)"^^geo:wktLiteral ;
  geo-pos:lat "47.8"^^xsd:decimal ;
  geo-pos:long "-7.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3152'^^xsd:integer;
  dwc:scientificName 'Siriella norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.77'^^xsd:double;
  dwc:latitude '47.8'^^xsd:double;
  dwc:aphiaid '120215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3152'^^xsd:string;
  dwc:aphiaIdAccepted '120215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3161> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8 -7.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.8"^^xsd:decimal ;
  dwc:decimalLongitude "-7.77"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.8 -7.77)"^^geo:wktLiteral ;
  geo-pos:lat "47.8"^^xsd:decimal ;
  geo-pos:long "-7.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3161'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.77'^^xsd:double;
  dwc:latitude '47.8'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3161'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12004> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.58 -7.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.58"^^xsd:decimal ;
  dwc:decimalLongitude "-7.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.58 -7.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.58"^^xsd:decimal ;
  geo-pos:long "-7.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12004'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1924'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.75'^^xsd:double;
  dwc:latitude '33.58'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12004'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12009> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.58 -7.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.58"^^xsd:decimal ;
  dwc:decimalLongitude "-7.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.58 -7.75)"^^geo:wktLiteral ;
  geo-pos:lat "33.58"^^xsd:decimal ;
  geo-pos:long "-7.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12009'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1924'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.75'^^xsd:double;
  dwc:latitude '33.58'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12009'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12581> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.83 -7.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.83"^^xsd:decimal ;
  dwc:decimalLongitude "-7.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.83 -7.64)"^^geo:wktLiteral ;
  geo-pos:lat "62.83"^^xsd:decimal ;
  geo-pos:long "-7.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12581'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.64'^^xsd:double;
  dwc:latitude '62.83'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12581'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12370> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.83 -7.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.83"^^xsd:decimal ;
  dwc:decimalLongitude "-7.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.83 -7.64)"^^geo:wktLiteral ;
  geo-pos:lat "62.83"^^xsd:decimal ;
  geo-pos:long "-7.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12370'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:longitude '-7.64'^^xsd:double;
  dwc:latitude '62.83'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12370'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11998> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 -7.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.62"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 -7.62)"^^geo:wktLiteral ;
  geo-pos:lat "33.6"^^xsd:decimal ;
  geo-pos:long "-7.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11998'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1924'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.62'^^xsd:double;
  dwc:latitude '33.6'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11998'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11999> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 -7.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.62"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 -7.62)"^^geo:wktLiteral ;
  geo-pos:lat "33.6"^^xsd:decimal ;
  geo-pos:long "-7.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11999'^^xsd:integer;
  dwc:scientificName 'Siriella jaltensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1924'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.62'^^xsd:double;
  dwc:latitude '33.6'^^xsd:double;
  dwc:aphiaid '120214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11999'^^xsd:string;
  dwc:aphiaIdAccepted '120214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12003> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 -7.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.62"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 -7.62)"^^geo:wktLiteral ;
  geo-pos:lat "33.6"^^xsd:decimal ;
  geo-pos:long "-7.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12003'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1924'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.62'^^xsd:double;
  dwc:latitude '33.6'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12003'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12005> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 -7.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.62"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 -7.62)"^^geo:wktLiteral ;
  geo-pos:lat "33.6"^^xsd:decimal ;
  geo-pos:long "-7.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12005'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1924'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.62'^^xsd:double;
  dwc:latitude '33.6'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12005'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12010> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 -7.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.62"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 -7.62)"^^geo:wktLiteral ;
  geo-pos:lat "33.6"^^xsd:decimal ;
  geo-pos:long "-7.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12010'^^xsd:integer;
  dwc:scientificName 'Synmysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1924'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.62'^^xsd:double;
  dwc:latitude '33.6'^^xsd:double;
  dwc:aphiaid '120222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12010'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2168> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.27 -7.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.27"^^xsd:decimal ;
  dwc:decimalLongitude "-7.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.27 -7.57)"^^geo:wktLiteral ;
  geo-pos:lat "54.27"^^xsd:decimal ;
  geo-pos:long "-7.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2168'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-7.57'^^xsd:double;
  dwc:latitude '54.27'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2168'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2167> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.27 -7.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.27"^^xsd:decimal ;
  dwc:decimalLongitude "-7.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.27 -7.57)"^^geo:wktLiteral ;
  geo-pos:lat "54.27"^^xsd:decimal ;
  geo-pos:long "-7.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2167'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-7.57'^^xsd:double;
  dwc:latitude '54.27'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2167'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2380> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.62"^^xsd:decimal ;
  dwc:decimalLongitude "-7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.62"^^xsd:decimal ;
  geo-pos:long "-7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2380'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus lobatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.55'^^xsd:double;
  dwc:latitude '33.62'^^xsd:double;
  dwc:aphiaid '120014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2380'^^xsd:string;
  dwc:aphiaIdAccepted '148703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20013> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.62"^^xsd:decimal ;
  dwc:decimalLongitude "-7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.62"^^xsd:decimal ;
  geo-pos:long "-7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:20013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '20013'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.55'^^xsd:double;
  dwc:latitude '33.62'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:20013'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2381> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.62"^^xsd:decimal ;
  dwc:decimalLongitude "-7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.62"^^xsd:decimal ;
  geo-pos:long "-7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2381'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.55'^^xsd:double;
  dwc:latitude '33.62'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2381'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2382> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.62"^^xsd:decimal ;
  dwc:decimalLongitude "-7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.62"^^xsd:decimal ;
  geo-pos:long "-7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2382'^^xsd:integer;
  dwc:scientificName 'Mesopodopsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.55'^^xsd:double;
  dwc:latitude '33.62'^^xsd:double;
  dwc:aphiaid '120072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2382'^^xsd:string;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2383> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.62"^^xsd:decimal ;
  dwc:decimalLongitude "-7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.62"^^xsd:decimal ;
  geo-pos:long "-7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2383'^^xsd:integer;
  dwc:scientificName 'Synmysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.55'^^xsd:double;
  dwc:latitude '33.62'^^xsd:double;
  dwc:aphiaid '120222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2383'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2384> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.62"^^xsd:decimal ;
  dwc:decimalLongitude "-7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.62"^^xsd:decimal ;
  geo-pos:long "-7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2384'^^xsd:integer;
  dwc:scientificName 'Synmysis parkeri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.55'^^xsd:double;
  dwc:latitude '33.62'^^xsd:double;
  dwc:aphiaid '120221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2384'^^xsd:string;
  dwc:aphiaIdAccepted '120205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2371> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.62"^^xsd:decimal ;
  dwc:decimalLongitude "-7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.62"^^xsd:decimal ;
  geo-pos:long "-7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2371'^^xsd:integer;
  dwc:scientificName 'Siriella jaltensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.55'^^xsd:double;
  dwc:latitude '33.62'^^xsd:double;
  dwc:aphiaid '120214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2371'^^xsd:string;
  dwc:aphiaIdAccepted '120214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2377> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.62"^^xsd:decimal ;
  dwc:decimalLongitude "-7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.62"^^xsd:decimal ;
  geo-pos:long "-7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2377'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.55'^^xsd:double;
  dwc:latitude '33.62'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2377'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2378> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.62"^^xsd:decimal ;
  dwc:decimalLongitude "-7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.62"^^xsd:decimal ;
  geo-pos:long "-7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2378'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.55'^^xsd:double;
  dwc:latitude '33.62'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2378'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2376> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.62"^^xsd:decimal ;
  dwc:decimalLongitude "-7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.62"^^xsd:decimal ;
  geo-pos:long "-7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2376'^^xsd:integer;
  dwc:scientificName 'Siriella norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.55'^^xsd:double;
  dwc:latitude '33.62'^^xsd:double;
  dwc:aphiaid '120215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2376'^^xsd:string;
  dwc:aphiaIdAccepted '120215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2375> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.62"^^xsd:decimal ;
  dwc:decimalLongitude "-7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.62"^^xsd:decimal ;
  geo-pos:long "-7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2375'^^xsd:integer;
  dwc:scientificName 'Siriella clausi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.55'^^xsd:double;
  dwc:latitude '33.62'^^xsd:double;
  dwc:aphiaid '120210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2375'^^xsd:string;
  dwc:aphiaIdAccepted '226375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2372> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.62"^^xsd:decimal ;
  dwc:decimalLongitude "-7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.62"^^xsd:decimal ;
  geo-pos:long "-7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2372'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus lobatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.55'^^xsd:double;
  dwc:latitude '33.62'^^xsd:double;
  dwc:aphiaid '120014'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2372'^^xsd:string;
  dwc:aphiaIdAccepted '148703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2373> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.62"^^xsd:decimal ;
  dwc:decimalLongitude "-7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.62"^^xsd:decimal ;
  geo-pos:long "-7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2373'^^xsd:integer;
  dwc:scientificName 'Schistomysis kervillei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.55'^^xsd:double;
  dwc:latitude '33.62'^^xsd:double;
  dwc:aphiaid '120203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2373'^^xsd:string;
  dwc:aphiaIdAccepted '120203'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2374> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.62"^^xsd:decimal ;
  dwc:decimalLongitude "-7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.62"^^xsd:decimal ;
  geo-pos:long "-7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2374'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.55'^^xsd:double;
  dwc:latitude '33.62'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2374'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2379> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.62"^^xsd:decimal ;
  dwc:decimalLongitude "-7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.62 -7.55)"^^geo:wktLiteral ;
  geo-pos:lat "33.62"^^xsd:decimal ;
  geo-pos:long "-7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2379'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-7.55'^^xsd:double;
  dwc:latitude '33.62'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2379'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12182> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 -7.5)"^^geo:wktLiteral ;
  geo-pos:lat "63.6"^^xsd:decimal ;
  geo-pos:long "-7.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12182'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-7.5'^^xsd:double;
  dwc:latitude '63.6'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12182'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12502> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.08 -7.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.08"^^xsd:decimal ;
  dwc:decimalLongitude "-7.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.08 -7.38)"^^geo:wktLiteral ;
  geo-pos:lat "62.08"^^xsd:decimal ;
  geo-pos:long "-7.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12502'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.38'^^xsd:double;
  dwc:latitude '62.08'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12502'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12503> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -7.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.07"^^xsd:decimal ;
  dwc:decimalLongitude "-7.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -7.35)"^^geo:wktLiteral ;
  geo-pos:lat "62.07"^^xsd:decimal ;
  geo-pos:long "-7.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12503'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.35'^^xsd:double;
  dwc:latitude '62.07'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12503'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12435> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.54 -7.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.54"^^xsd:decimal ;
  dwc:decimalLongitude "-7.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.54 -7.28)"^^geo:wktLiteral ;
  geo-pos:lat "61.54"^^xsd:decimal ;
  geo-pos:long "-7.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12435'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:longitude '-7.28'^^xsd:double;
  dwc:latitude '61.54'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12435'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12596> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.54 -7.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.54"^^xsd:decimal ;
  dwc:decimalLongitude "-7.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.54 -7.28)"^^geo:wktLiteral ;
  geo-pos:lat "61.54"^^xsd:decimal ;
  geo-pos:long "-7.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12596'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.28'^^xsd:double;
  dwc:latitude '61.54'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12596'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12662> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.76 -7.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.76"^^xsd:decimal ;
  dwc:decimalLongitude "-7.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.76 -7.24)"^^geo:wktLiteral ;
  geo-pos:lat "62.76"^^xsd:decimal ;
  geo-pos:long "-7.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12662'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.24'^^xsd:double;
  dwc:latitude '62.76'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12662'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12582> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.76 -7.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.76"^^xsd:decimal ;
  dwc:decimalLongitude "-7.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.76 -7.24)"^^geo:wktLiteral ;
  geo-pos:lat "62.76"^^xsd:decimal ;
  geo-pos:long "-7.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12582'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.24'^^xsd:double;
  dwc:latitude '62.76'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12582'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12254> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.76 -7.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.76"^^xsd:decimal ;
  dwc:decimalLongitude "-7.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.76 -7.24)"^^geo:wktLiteral ;
  geo-pos:lat "62.76"^^xsd:decimal ;
  geo-pos:long "-7.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12254'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:longitude '-7.24'^^xsd:double;
  dwc:latitude '62.76'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12254'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12332> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.76 -7.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.76"^^xsd:decimal ;
  dwc:decimalLongitude "-7.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.76 -7.24)"^^geo:wktLiteral ;
  geo-pos:lat "62.76"^^xsd:decimal ;
  geo-pos:long "-7.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12332'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:longitude '-7.24'^^xsd:double;
  dwc:latitude '62.76'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12332'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12392> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.76 -7.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.76"^^xsd:decimal ;
  dwc:decimalLongitude "-7.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.76 -7.24)"^^geo:wktLiteral ;
  geo-pos:lat "62.76"^^xsd:decimal ;
  geo-pos:long "-7.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12392'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:longitude '-7.24'^^xsd:double;
  dwc:latitude '62.76'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12392'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10957> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -7.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-7.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -7.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-7.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:10957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '10957'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:longitude '-7.13'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:10957'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10961> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -7.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-7.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -7.13)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-7.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:10961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '10961'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:longitude '-7.13'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:10961'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1837> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.25 -7.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.25"^^xsd:decimal ;
  dwc:decimalLongitude "-7.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.25 -7.12)"^^geo:wktLiteral ;
  geo-pos:lat "52.25"^^xsd:decimal ;
  geo-pos:long "-7.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1837'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-7.12'^^xsd:double;
  dwc:latitude '52.25'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1837'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1468> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.25 -7.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.25"^^xsd:decimal ;
  dwc:decimalLongitude "-7.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.25 -7.12)"^^geo:wktLiteral ;
  geo-pos:lat "52.25"^^xsd:decimal ;
  geo-pos:long "-7.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1468'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-7.12'^^xsd:double;
  dwc:latitude '52.25'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1468'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2241> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.25 -7.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.25"^^xsd:decimal ;
  dwc:decimalLongitude "-7.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.25 -7.12)"^^geo:wktLiteral ;
  geo-pos:lat "52.25"^^xsd:decimal ;
  geo-pos:long "-7.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2241'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-7.12'^^xsd:double;
  dwc:latitude '52.25'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2241'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1804> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.25 -7.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.25"^^xsd:decimal ;
  dwc:decimalLongitude "-7.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.25 -7.12)"^^geo:wktLiteral ;
  geo-pos:lat "52.25"^^xsd:decimal ;
  geo-pos:long "-7.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1804'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-7.12'^^xsd:double;
  dwc:latitude '52.25'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1804'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1328> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.25 -7.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.25"^^xsd:decimal ;
  dwc:decimalLongitude "-7.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.25 -7.12)"^^geo:wktLiteral ;
  geo-pos:lat "52.25"^^xsd:decimal ;
  geo-pos:long "-7.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1328'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-7.12'^^xsd:double;
  dwc:latitude '52.25'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1328'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1688> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.25 -7.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.25"^^xsd:decimal ;
  dwc:decimalLongitude "-7.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.25 -7.12)"^^geo:wktLiteral ;
  geo-pos:lat "52.25"^^xsd:decimal ;
  geo-pos:long "-7.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1688'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-7.12'^^xsd:double;
  dwc:latitude '52.25'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1688'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12608> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -7.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.71"^^xsd:decimal ;
  dwc:decimalLongitude "-7.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -7.02)"^^geo:wktLiteral ;
  geo-pos:lat "62.71"^^xsd:decimal ;
  geo-pos:long "-7.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12608'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.02'^^xsd:double;
  dwc:latitude '62.71'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12608'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12439> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -7.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.71"^^xsd:decimal ;
  dwc:decimalLongitude "-7.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.71 -7.02)"^^geo:wktLiteral ;
  geo-pos:lat "62.71"^^xsd:decimal ;
  geo-pos:long "-7.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12439'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:longitude '-7.02'^^xsd:double;
  dwc:latitude '62.71'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12439'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12193> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.22 -7.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.22"^^xsd:decimal ;
  dwc:decimalLongitude "-7.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.22 -7.02)"^^geo:wktLiteral ;
  geo-pos:lat "63.22"^^xsd:decimal ;
  geo-pos:long "-7.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12193'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:longitude '-7.02'^^xsd:double;
  dwc:latitude '63.22'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12193'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12479> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.22 -7.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.22"^^xsd:decimal ;
  dwc:decimalLongitude "-7.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.22 -7.02)"^^geo:wktLiteral ;
  geo-pos:lat "63.22"^^xsd:decimal ;
  geo-pos:long "-7.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12479'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7.02'^^xsd:double;
  dwc:latitude '63.22'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12479'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12198> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.64 -7.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.64"^^xsd:decimal ;
  dwc:decimalLongitude "-7.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.64 -7.02)"^^geo:wktLiteral ;
  geo-pos:lat "63.64"^^xsd:decimal ;
  geo-pos:long "-7.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12198'^^xsd:integer;
  dwc:scientificName 'Boreomysis scyphops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-7.02'^^xsd:double;
  dwc:latitude '63.64'^^xsd:double;
  dwc:aphiaid '119971'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12198'^^xsd:string;
  dwc:aphiaIdAccepted '1469978'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12197> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.81 -7.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.81"^^xsd:decimal ;
  dwc:decimalLongitude "-7.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.81 -7.01)"^^geo:wktLiteral ;
  geo-pos:lat "63.81"^^xsd:decimal ;
  geo-pos:long "-7.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12197'^^xsd:integer;
  dwc:scientificName 'Boreomysis scyphops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-7.01'^^xsd:double;
  dwc:latitude '63.81'^^xsd:double;
  dwc:aphiaid '119971'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12197'^^xsd:string;
  dwc:aphiaIdAccepted '1469978'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12217> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.81 -7.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.81"^^xsd:decimal ;
  dwc:decimalLongitude "-7.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.81 -7.01)"^^geo:wktLiteral ;
  geo-pos:lat "63.81"^^xsd:decimal ;
  geo-pos:long "-7.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12217'^^xsd:integer;
  dwc:scientificName 'Amblyopsoides ohlinii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-7.01'^^xsd:double;
  dwc:latitude '63.81'^^xsd:double;
  dwc:aphiaid '119949'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12217'^^xsd:string;
  dwc:aphiaIdAccepted '119949'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12583> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.92 -7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.92"^^xsd:decimal ;
  dwc:decimalLongitude "-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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.92 -7)"^^geo:wktLiteral ;
  geo-pos:lat "62.92"^^xsd:decimal ;
  geo-pos:long "-7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12583'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7'^^xsd:integer;
  dwc:latitude '62.92'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12583'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12378> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.92 -7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.92"^^xsd:decimal ;
  dwc:decimalLongitude "-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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.92 -7)"^^geo:wktLiteral ;
  geo-pos:lat "62.92"^^xsd:decimal ;
  geo-pos:long "-7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12378'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:longitude '-7'^^xsd:integer;
  dwc:latitude '62.92'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12378'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12604> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -7)"^^geo:wktLiteral ;
  geo-pos:lat "62.95"^^xsd:decimal ;
  geo-pos:long "-7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12604'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-7'^^xsd:integer;
  dwc:latitude '62.95'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12604'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12379> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -7)"^^geo:wktLiteral ;
  geo-pos:lat "62.95"^^xsd:decimal ;
  geo-pos:long "-7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12379'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:longitude '-7'^^xsd:integer;
  dwc:latitude '62.95'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12379'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12183> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.37 -6.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.37"^^xsd:decimal ;
  dwc:decimalLongitude "-6.97"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.37 -6.97)"^^geo:wktLiteral ;
  geo-pos:lat "63.37"^^xsd:decimal ;
  geo-pos:long "-6.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12183'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-6.97'^^xsd:double;
  dwc:latitude '63.37'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12183'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12494> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -6.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-6.96"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -6.96)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-6.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12494'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.96'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12494'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12605> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -6.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-6.96"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -6.96)"^^geo:wktLiteral ;
  geo-pos:lat "62.95"^^xsd:decimal ;
  geo-pos:long "-6.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12605'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.96'^^xsd:double;
  dwc:latitude '62.95'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12605'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12606> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -6.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-6.96"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -6.96)"^^geo:wktLiteral ;
  geo-pos:lat "62.95"^^xsd:decimal ;
  geo-pos:long "-6.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12606'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.96'^^xsd:double;
  dwc:latitude '62.95'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12606'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12607> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -6.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-6.96"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -6.96)"^^geo:wktLiteral ;
  geo-pos:lat "62.95"^^xsd:decimal ;
  geo-pos:long "-6.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12607'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.96'^^xsd:double;
  dwc:latitude '62.95'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12607'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12308> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -6.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-6.96"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -6.96)"^^geo:wktLiteral ;
  geo-pos:lat "62.95"^^xsd:decimal ;
  geo-pos:long "-6.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12308'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:longitude '-6.96'^^xsd:double;
  dwc:latitude '62.95'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12308'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12380> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -6.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.95"^^xsd:decimal ;
  dwc:decimalLongitude "-6.96"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.95 -6.96)"^^geo:wktLiteral ;
  geo-pos:lat "62.95"^^xsd:decimal ;
  geo-pos:long "-6.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12380'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:longitude '-6.96'^^xsd:double;
  dwc:latitude '62.95'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12380'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12194> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.48 -6.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.48"^^xsd:decimal ;
  dwc:decimalLongitude "-6.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.48 -6.95)"^^geo:wktLiteral ;
  geo-pos:lat "63.48"^^xsd:decimal ;
  geo-pos:long "-6.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12194'^^xsd:integer;
  dwc:scientificName 'Boreomysis scyphops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-6.95'^^xsd:double;
  dwc:latitude '63.48'^^xsd:double;
  dwc:aphiaid '119971'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12194'^^xsd:string;
  dwc:aphiaIdAccepted '1469978'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12504> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -6.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.28"^^xsd:decimal ;
  dwc:decimalLongitude "-6.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.28 -6.93)"^^geo:wktLiteral ;
  geo-pos:lat "62.28"^^xsd:decimal ;
  geo-pos:long "-6.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12504'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.93'^^xsd:double;
  dwc:latitude '62.28'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12504'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12550> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.51 -6.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.51"^^xsd:decimal ;
  dwc:decimalLongitude "-6.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.51 -6.88)"^^geo:wktLiteral ;
  geo-pos:lat "62.51"^^xsd:decimal ;
  geo-pos:long "-6.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12550'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.88'^^xsd:double;
  dwc:latitude '62.51'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12550'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12430> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.51 -6.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.51"^^xsd:decimal ;
  dwc:decimalLongitude "-6.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.51 -6.88)"^^geo:wktLiteral ;
  geo-pos:lat "62.51"^^xsd:decimal ;
  geo-pos:long "-6.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12430'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:longitude '-6.88'^^xsd:double;
  dwc:latitude '62.51'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12430'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12492> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.98 -6.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.98"^^xsd:decimal ;
  dwc:decimalLongitude "-6.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.98 -6.86)"^^geo:wktLiteral ;
  geo-pos:lat "61.98"^^xsd:decimal ;
  geo-pos:long "-6.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12492'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.86'^^xsd:double;
  dwc:latitude '61.98'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12492'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12493> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.98 -6.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.98"^^xsd:decimal ;
  dwc:decimalLongitude "-6.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.98 -6.86)"^^geo:wktLiteral ;
  geo-pos:lat "61.98"^^xsd:decimal ;
  geo-pos:long "-6.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12493'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.86'^^xsd:double;
  dwc:latitude '61.98'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12493'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12679> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.06 -6.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.06"^^xsd:decimal ;
  dwc:decimalLongitude "-6.82"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.06 -6.82)"^^geo:wktLiteral ;
  geo-pos:lat "62.06"^^xsd:decimal ;
  geo-pos:long "-6.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12679'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.82'^^xsd:double;
  dwc:latitude '62.06'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12679'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12680> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.06 -6.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.06"^^xsd:decimal ;
  dwc:decimalLongitude "-6.82"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.06 -6.82)"^^geo:wktLiteral ;
  geo-pos:lat "62.06"^^xsd:decimal ;
  geo-pos:long "-6.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12680'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.82'^^xsd:double;
  dwc:latitude '62.06'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12680'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12623> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.06 -6.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.06"^^xsd:decimal ;
  dwc:decimalLongitude "-6.82"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.06 -6.82)"^^geo:wktLiteral ;
  geo-pos:lat "62.06"^^xsd:decimal ;
  geo-pos:long "-6.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12623'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.82'^^xsd:double;
  dwc:latitude '62.06'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12623'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12624> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.06 -6.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.06"^^xsd:decimal ;
  dwc:decimalLongitude "-6.82"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.06 -6.82)"^^geo:wktLiteral ;
  geo-pos:lat "62.06"^^xsd:decimal ;
  geo-pos:long "-6.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12624'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.82'^^xsd:double;
  dwc:latitude '62.06'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12624'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12656> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.17"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  geo-pos:lat "62.17"^^xsd:decimal ;
  geo-pos:long "-6.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12656'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.8'^^xsd:double;
  dwc:latitude '62.17'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12656'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12658> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.17"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  geo-pos:lat "62.17"^^xsd:decimal ;
  geo-pos:long "-6.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12658'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.8'^^xsd:double;
  dwc:latitude '62.17'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12658'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12659> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.17"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  geo-pos:lat "62.17"^^xsd:decimal ;
  geo-pos:long "-6.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12659'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.8'^^xsd:double;
  dwc:latitude '62.17'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12659'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12548> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.17"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  geo-pos:lat "62.17"^^xsd:decimal ;
  geo-pos:long "-6.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12548'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.8'^^xsd:double;
  dwc:latitude '62.17'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12548'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12382> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.17"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  geo-pos:lat "62.17"^^xsd:decimal ;
  geo-pos:long "-6.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12382'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:longitude '-6.8'^^xsd:double;
  dwc:latitude '62.17'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12382'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12383> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.17"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  geo-pos:lat "62.17"^^xsd:decimal ;
  geo-pos:long "-6.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12383'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:longitude '-6.8'^^xsd:double;
  dwc:latitude '62.17'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12383'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12415> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.17"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  geo-pos:lat "62.17"^^xsd:decimal ;
  geo-pos:long "-6.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12415'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:longitude '-6.8'^^xsd:double;
  dwc:latitude '62.17'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12415'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12429> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.17"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.17 -6.8)"^^geo:wktLiteral ;
  geo-pos:lat "62.17"^^xsd:decimal ;
  geo-pos:long "-6.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12429'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:longitude '-6.8'^^xsd:double;
  dwc:latitude '62.17'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12429'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11020> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -6.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.7"^^xsd:decimal ;
  dwc:decimalLongitude "-6.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.7 -6.78)"^^geo:wktLiteral ;
  geo-pos:lat "47.7"^^xsd:decimal ;
  geo-pos:long "-6.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11020'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:longitude '-6.78'^^xsd:double;
  dwc:latitude '47.7'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11020'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12625> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.18 -6.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.18"^^xsd:decimal ;
  dwc:decimalLongitude "-6.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.18 -6.78)"^^geo:wktLiteral ;
  geo-pos:lat "62.18"^^xsd:decimal ;
  geo-pos:long "-6.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12625'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.78'^^xsd:double;
  dwc:latitude '62.18'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12625'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12500> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.22 -6.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.22"^^xsd:decimal ;
  dwc:decimalLongitude "-6.77"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.22 -6.77)"^^geo:wktLiteral ;
  geo-pos:lat "62.22"^^xsd:decimal ;
  geo-pos:long "-6.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12500'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.77'^^xsd:double;
  dwc:latitude '62.22'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12500'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12501> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.22 -6.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.22"^^xsd:decimal ;
  dwc:decimalLongitude "-6.77"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.22 -6.77)"^^geo:wktLiteral ;
  geo-pos:lat "62.22"^^xsd:decimal ;
  geo-pos:long "-6.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12501'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.77'^^xsd:double;
  dwc:latitude '62.22'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12501'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12638> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -6.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.07"^^xsd:decimal ;
  dwc:decimalLongitude "-6.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -6.75)"^^geo:wktLiteral ;
  geo-pos:lat "62.07"^^xsd:decimal ;
  geo-pos:long "-6.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12638'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.75'^^xsd:double;
  dwc:latitude '62.07'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12638'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12639> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -6.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.07"^^xsd:decimal ;
  dwc:decimalLongitude "-6.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -6.75)"^^geo:wktLiteral ;
  geo-pos:lat "62.07"^^xsd:decimal ;
  geo-pos:long "-6.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12639'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.75'^^xsd:double;
  dwc:latitude '62.07'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12639'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12514> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -6.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.07"^^xsd:decimal ;
  dwc:decimalLongitude "-6.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -6.75)"^^geo:wktLiteral ;
  geo-pos:lat "62.07"^^xsd:decimal ;
  geo-pos:long "-6.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12514'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.75'^^xsd:double;
  dwc:latitude '62.07'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12514'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12381> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -6.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.07"^^xsd:decimal ;
  dwc:decimalLongitude "-6.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -6.75)"^^geo:wktLiteral ;
  geo-pos:lat "62.07"^^xsd:decimal ;
  geo-pos:long "-6.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12381'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:longitude '-6.75'^^xsd:double;
  dwc:latitude '62.07'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12381'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12406> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -6.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.07"^^xsd:decimal ;
  dwc:decimalLongitude "-6.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -6.75)"^^geo:wktLiteral ;
  geo-pos:lat "62.07"^^xsd:decimal ;
  geo-pos:long "-6.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12406'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:longitude '-6.75'^^xsd:double;
  dwc:latitude '62.07'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12406'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12424> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -6.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.07"^^xsd:decimal ;
  dwc:decimalLongitude "-6.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -6.75)"^^geo:wktLiteral ;
  geo-pos:lat "62.07"^^xsd:decimal ;
  geo-pos:long "-6.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12424'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:longitude '-6.75'^^xsd:double;
  dwc:latitude '62.07'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12424'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12622> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.08 -6.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.08"^^xsd:decimal ;
  dwc:decimalLongitude "-6.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.08 -6.74)"^^geo:wktLiteral ;
  geo-pos:lat "62.08"^^xsd:decimal ;
  geo-pos:long "-6.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12622'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.74'^^xsd:double;
  dwc:latitude '62.08'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12622'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22263> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:22263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '22263'^^xsd:integer;
  dwc:scientificName 'Nematopus elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120132'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:22263'^^xsd:string;
  dwc:aphiaIdAccepted '119997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22265> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:22265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '22265'^^xsd:integer;
  dwc:scientificName 'Erythrops pygmaea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120005'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:22265'^^xsd:string;
  dwc:aphiaIdAccepted '852973'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22266> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:22266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '22266'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:22266'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22267> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:22267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '22267'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:22267'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22268> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:22268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '22268'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:22268'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22307> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:22307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '22307'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:22307'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22283> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:22283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '22283'^^xsd:integer;
  dwc:scientificName 'Mysis arenosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120092'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:22283'^^xsd:string;
  dwc:aphiaIdAccepted '120144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22284> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:22284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '22284'^^xsd:integer;
  dwc:scientificName 'Mysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120109'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:22284'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22303> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:22303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '22303'^^xsd:integer;
  dwc:scientificName 'Siriella brooki'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '226335'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:22303'^^xsd:string;
  dwc:aphiaIdAccepted '226335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22280> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:22280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '22280'^^xsd:integer;
  dwc:scientificName 'Mysis inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120106'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:22280'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A73> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A73>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '73'^^xsd:integer;
  dwc:scientificName 'Leptomysis pontica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '161332'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:73'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A576> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '576'^^xsd:integer;
  dwc:scientificName 'Paramysis arenosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:576'^^xsd:string;
  dwc:aphiaIdAccepted '120144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A98> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A98>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '98'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:98'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1067> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1067'^^xsd:integer;
  dwc:scientificName 'Siriella clausi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1067'^^xsd:string;
  dwc:aphiaIdAccepted '226375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1833> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1833'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1833'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A412> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '412'^^xsd:integer;
  dwc:scientificName 'Macromysis inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '161497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:412'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1798> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1798'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1798'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A34> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '34'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:34'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1368> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1368'^^xsd:integer;
  dwc:scientificName 'Erythrops elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '119997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1368'^^xsd:string;
  dwc:aphiaIdAccepted '119997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1895> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1895'^^xsd:integer;
  dwc:scientificName 'Paramysis arenosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1895'^^xsd:string;
  dwc:aphiaIdAccepted '120144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A60> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A60>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '60'^^xsd:integer;
  dwc:scientificName 'Leptomysis sardica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:60'^^xsd:string;
  dwc:aphiaIdAccepted '120061'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A378> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.88"^^xsd:decimal ;
  dwc:decimalLongitude "-6.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.88 -6.72)"^^geo:wktLiteral ;
  geo-pos:lat "57.88"^^xsd:decimal ;
  geo-pos:long "-6.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '378'^^xsd:integer;
  dwc:scientificName 'Mysis inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.72'^^xsd:double;
  dwc:latitude '57.88'^^xsd:double;
  dwc:aphiaid '120106'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:378'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12491> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.14 -6.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.14"^^xsd:decimal ;
  dwc:decimalLongitude "-6.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.14 -6.69)"^^geo:wktLiteral ;
  geo-pos:lat "62.14"^^xsd:decimal ;
  geo-pos:long "-6.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12491'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.69'^^xsd:double;
  dwc:latitude '62.14'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12491'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12505> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.16 -6.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.16"^^xsd:decimal ;
  dwc:decimalLongitude "-6.66"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.16 -6.66)"^^geo:wktLiteral ;
  geo-pos:lat "62.16"^^xsd:decimal ;
  geo-pos:long "-6.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12505'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.66'^^xsd:double;
  dwc:latitude '62.16'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12505'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12549> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 -6.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.85"^^xsd:decimal ;
  dwc:decimalLongitude "-6.66"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 -6.66)"^^geo:wktLiteral ;
  geo-pos:lat "62.85"^^xsd:decimal ;
  geo-pos:long "-6.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12549'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.66'^^xsd:double;
  dwc:latitude '62.85'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12549'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12300> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 -6.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.85"^^xsd:decimal ;
  dwc:decimalLongitude "-6.66"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.85 -6.66)"^^geo:wktLiteral ;
  geo-pos:lat "62.85"^^xsd:decimal ;
  geo-pos:long "-6.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12300'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:longitude '-6.66'^^xsd:double;
  dwc:latitude '62.85'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12300'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12495> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.14 -6.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.14"^^xsd:decimal ;
  dwc:decimalLongitude "-6.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.14 -6.65)"^^geo:wktLiteral ;
  geo-pos:lat "62.14"^^xsd:decimal ;
  geo-pos:long "-6.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12495'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.65'^^xsd:double;
  dwc:latitude '62.14'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12495'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12499> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.32 -6.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.32"^^xsd:decimal ;
  dwc:decimalLongitude "-6.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.32 -6.65)"^^geo:wktLiteral ;
  geo-pos:lat "62.32"^^xsd:decimal ;
  geo-pos:long "-6.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12499'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.65'^^xsd:double;
  dwc:latitude '62.32'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12499'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12490> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.09 -6.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.09"^^xsd:decimal ;
  dwc:decimalLongitude "-6.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.09 -6.64)"^^geo:wktLiteral ;
  geo-pos:lat "62.09"^^xsd:decimal ;
  geo-pos:long "-6.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12490'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.64'^^xsd:double;
  dwc:latitude '62.09'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12490'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12496> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.19 -6.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.19"^^xsd:decimal ;
  dwc:decimalLongitude "-6.53"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.19 -6.53)"^^geo:wktLiteral ;
  geo-pos:lat "62.19"^^xsd:decimal ;
  geo-pos:long "-6.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12496'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.53'^^xsd:double;
  dwc:latitude '62.19'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12496'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12497> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.19 -6.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.19"^^xsd:decimal ;
  dwc:decimalLongitude "-6.53"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.19 -6.53)"^^geo:wktLiteral ;
  geo-pos:lat "62.19"^^xsd:decimal ;
  geo-pos:long "-6.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12497'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.53'^^xsd:double;
  dwc:latitude '62.19'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12497'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12513> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.91 -6.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.91"^^xsd:decimal ;
  dwc:decimalLongitude "-6.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.91 -6.48)"^^geo:wktLiteral ;
  geo-pos:lat "61.91"^^xsd:decimal ;
  geo-pos:long "-6.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12513'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.48'^^xsd:double;
  dwc:latitude '61.91'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12513'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12423> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.91 -6.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.91"^^xsd:decimal ;
  dwc:decimalLongitude "-6.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.91 -6.48)"^^geo:wktLiteral ;
  geo-pos:lat "61.91"^^xsd:decimal ;
  geo-pos:long "-6.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12423'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:longitude '-6.48'^^xsd:double;
  dwc:latitude '61.91'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12423'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12498> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.23 -6.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.23"^^xsd:decimal ;
  dwc:decimalLongitude "-6.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.23 -6.47)"^^geo:wktLiteral ;
  geo-pos:lat "62.23"^^xsd:decimal ;
  geo-pos:long "-6.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12498'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.47'^^xsd:double;
  dwc:latitude '62.23'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12498'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2278> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2278'^^xsd:integer;
  dwc:scientificName 'Macromysis inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '161497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2278'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20075> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:20075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '20075'^^xsd:integer;
  dwc:scientificName 'Erythrops elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '119997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:20075'^^xsd:string;
  dwc:aphiaIdAccepted '119997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20100> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:20100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '20100'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:20100'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20108> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:20108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '20108'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:20108'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20154> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:20154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '20154'^^xsd:integer;
  dwc:scientificName 'Paramysis arenosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:20154'^^xsd:string;
  dwc:aphiaIdAccepted '120144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2201> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2201'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2201'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1987> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1987'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1987'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1864> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1864'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1864'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2049> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2049'^^xsd:integer;
  dwc:scientificName 'Praunus inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120178'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2049'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1781> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1781'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1781'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1346> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1346'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1346'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1299> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1299'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1299'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2022> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2022'^^xsd:integer;
  dwc:scientificName 'Praunus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2022'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2243> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2243'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2243'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2115> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2115'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2115'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2132> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2132'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2132'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2037> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2037'^^xsd:integer;
  dwc:scientificName 'Praunus neglectus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120180'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2037'^^xsd:string;
  dwc:aphiaIdAccepted '120180'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1227> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1227'^^xsd:integer;
  dwc:scientificName 'Siriella norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1227'^^xsd:string;
  dwc:aphiaIdAccepted '120215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1682> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1682'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1682'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1326> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.57 -6.45)"^^geo:wktLiteral ;
  geo-pos:lat "56.57"^^xsd:decimal ;
  geo-pos:long "-6.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1326'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:latitude '56.57'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1326'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22237> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -6.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-6.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -6.42)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-6.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:22237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '22237'^^xsd:integer;
  dwc:scientificName 'Mysis relicta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.42'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '120120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:22237'^^xsd:string;
  dwc:aphiaIdAccepted '120120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22260> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -6.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-6.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -6.42)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-6.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:22260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '22260'^^xsd:integer;
  dwc:scientificName 'Mysis relicta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.42'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '120120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:22260'^^xsd:string;
  dwc:aphiaIdAccepted '120120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1876> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -6.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-6.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -6.42)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-6.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1876'^^xsd:integer;
  dwc:scientificName 'Mysis relicta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.42'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '120120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1876'^^xsd:string;
  dwc:aphiaIdAccepted '120120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A167> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -6.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.6"^^xsd:decimal ;
  dwc:decimalLongitude "-6.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.6 -6.42)"^^geo:wktLiteral ;
  geo-pos:lat "54.6"^^xsd:decimal ;
  geo-pos:long "-6.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '167'^^xsd:integer;
  dwc:scientificName 'Mysis relicta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.42'^^xsd:double;
  dwc:latitude '54.6'^^xsd:double;
  dwc:aphiaid '120120'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:167'^^xsd:string;
  dwc:aphiaIdAccepted '120120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1836> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.33 -6.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.33"^^xsd:decimal ;
  dwc:decimalLongitude "-6.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.33 -6.4)"^^geo:wktLiteral ;
  geo-pos:lat "52.33"^^xsd:decimal ;
  geo-pos:long "-6.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1836'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-6.4'^^xsd:double;
  dwc:latitude '52.33'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1836'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1701> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.33 -6.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.33"^^xsd:decimal ;
  dwc:decimalLongitude "-6.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.33 -6.4)"^^geo:wktLiteral ;
  geo-pos:lat "52.33"^^xsd:decimal ;
  geo-pos:long "-6.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1701'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-6.4'^^xsd:double;
  dwc:latitude '52.33'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1701'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1803> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.33 -6.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.33"^^xsd:decimal ;
  dwc:decimalLongitude "-6.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.33 -6.4)"^^geo:wktLiteral ;
  geo-pos:lat "52.33"^^xsd:decimal ;
  geo-pos:long "-6.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1803'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-6.4'^^xsd:double;
  dwc:latitude '52.33'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1803'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14148> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.92 -6.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.92"^^xsd:decimal ;
  dwc:decimalLongitude "-6.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.92 -6.35)"^^geo:wktLiteral ;
  geo-pos:lat "49.92"^^xsd:decimal ;
  geo-pos:long "-6.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:14148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '14148'^^xsd:integer;
  dwc:scientificName 'Draconema cephalatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.35'^^xsd:double;
  dwc:latitude '49.92'^^xsd:double;
  dwc:aphiaid '121042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:14148'^^xsd:string;
  dwc:aphiaIdAccepted '121042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A673> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.92 -6.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.92"^^xsd:decimal ;
  dwc:decimalLongitude "-6.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.92 -6.35)"^^geo:wktLiteral ;
  geo-pos:lat "49.92"^^xsd:decimal ;
  geo-pos:long "-6.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '673'^^xsd:integer;
  dwc:scientificName 'Siriella clausi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-6.35'^^xsd:double;
  dwc:latitude '49.92'^^xsd:double;
  dwc:aphiaid '120210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:673'^^xsd:string;
  dwc:aphiaIdAccepted '226375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12569> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 -6.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62"^^xsd:decimal ;
  dwc:decimalLongitude "-6.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 -6.33)"^^geo:wktLiteral ;
  geo-pos:lat "62"^^xsd:decimal ;
  geo-pos:long "-6.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12569'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.33'^^xsd:double;
  dwc:latitude '62'^^xsd:integer;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12569'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12433> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 -6.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62"^^xsd:decimal ;
  dwc:decimalLongitude "-6.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62 -6.33)"^^geo:wktLiteral ;
  geo-pos:lat "62"^^xsd:decimal ;
  geo-pos:long "-6.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12433'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:longitude '-6.33'^^xsd:double;
  dwc:latitude '62'^^xsd:integer;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12433'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12489> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.26 -6.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.26"^^xsd:decimal ;
  dwc:decimalLongitude "-6.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.26 -6.31)"^^geo:wktLiteral ;
  geo-pos:lat "62.26"^^xsd:decimal ;
  geo-pos:long "-6.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12489'^^xsd:integer;
  dwc:scientificName 'Meterythrops picta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.31'^^xsd:double;
  dwc:latitude '62.26'^^xsd:double;
  dwc:aphiaid '120075'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12489'^^xsd:string;
  dwc:aphiaIdAccepted '446461'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11792> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.52"^^xsd:decimal ;
  dwc:decimalLongitude "-6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -6.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.52"^^xsd:decimal ;
  geo-pos:long "-6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11792'^^xsd:integer;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-6.3'^^xsd:double;
  dwc:latitude '36.52'^^xsd:double;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11792'^^xsd:string;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11793> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.52"^^xsd:decimal ;
  dwc:decimalLongitude "-6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -6.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.52"^^xsd:decimal ;
  geo-pos:long "-6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11793'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-6.3'^^xsd:double;
  dwc:latitude '36.52'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11793'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11794> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.52"^^xsd:decimal ;
  dwc:decimalLongitude "-6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -6.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.52"^^xsd:decimal ;
  geo-pos:long "-6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11794'^^xsd:integer;
  dwc:scientificName 'Mesopodopsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-6.3'^^xsd:double;
  dwc:latitude '36.52'^^xsd:double;
  dwc:aphiaid '120072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11794'^^xsd:string;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11795> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -6.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.52"^^xsd:decimal ;
  dwc:decimalLongitude "-6.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -6.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.52"^^xsd:decimal ;
  geo-pos:long "-6.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11795'^^xsd:integer;
  dwc:scientificName 'Rhopalophthalmus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'Spain'^^xsd:string;
  dwc:longitude '-6.3'^^xsd:double;
  dwc:latitude '36.52'^^xsd:double;
  dwc:aphiaid '120199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11795'^^xsd:string;
  dwc:aphiaIdAccepted '120199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12637> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.43 -6.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.43"^^xsd:decimal ;
  dwc:decimalLongitude "-6.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.43 -6.29)"^^geo:wktLiteral ;
  geo-pos:lat "61.43"^^xsd:decimal ;
  geo-pos:long "-6.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12637'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.29'^^xsd:double;
  dwc:latitude '61.43'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12637'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12405> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.43 -6.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.43"^^xsd:decimal ;
  dwc:decimalLongitude "-6.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.43 -6.29)"^^geo:wktLiteral ;
  geo-pos:lat "61.43"^^xsd:decimal ;
  geo-pos:long "-6.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12405'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:longitude '-6.29'^^xsd:double;
  dwc:latitude '61.43'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12405'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12451> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-6.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-6.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12451'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.28'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12451'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12654> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-6.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-6.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12654'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.28'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12654'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12655> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-6.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-6.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12655'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.28'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12655'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12242> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-6.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-6.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12242'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:longitude '-6.28'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12242'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12270> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-6.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-6.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12270'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:longitude '-6.28'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12270'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12530> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-6.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-6.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12530'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.28'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12530'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12316> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-6.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-6.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12316'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:longitude '-6.28'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12316'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12391> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-6.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-6.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12391'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:longitude '-6.28'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12391'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12413> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.58"^^xsd:decimal ;
  dwc:decimalLongitude "-6.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.58 -6.28)"^^geo:wktLiteral ;
  geo-pos:lat "61.58"^^xsd:decimal ;
  geo-pos:long "-6.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12413'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:longitude '-6.28'^^xsd:double;
  dwc:latitude '61.58'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12413'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12653> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.91 -6.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.91"^^xsd:decimal ;
  dwc:decimalLongitude "-6.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.91 -6.24)"^^geo:wktLiteral ;
  geo-pos:lat "60.91"^^xsd:decimal ;
  geo-pos:long "-6.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12653'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.24'^^xsd:double;
  dwc:latitude '60.91'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12653'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12412> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.91 -6.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.91"^^xsd:decimal ;
  dwc:decimalLongitude "-6.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.91 -6.24)"^^geo:wktLiteral ;
  geo-pos:lat "60.91"^^xsd:decimal ;
  geo-pos:long "-6.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12412'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:longitude '-6.24'^^xsd:double;
  dwc:latitude '60.91'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12412'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12635> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -6.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.41"^^xsd:decimal ;
  dwc:decimalLongitude "-6.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -6.18)"^^geo:wktLiteral ;
  geo-pos:lat "61.41"^^xsd:decimal ;
  geo-pos:long "-6.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12635'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.18'^^xsd:double;
  dwc:latitude '61.41'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12635'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12636> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -6.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.41"^^xsd:decimal ;
  dwc:decimalLongitude "-6.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -6.18)"^^geo:wktLiteral ;
  geo-pos:lat "61.41"^^xsd:decimal ;
  geo-pos:long "-6.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12636'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.18'^^xsd:double;
  dwc:latitude '61.41'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12636'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12238> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -6.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.41"^^xsd:decimal ;
  dwc:decimalLongitude "-6.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -6.18)"^^geo:wktLiteral ;
  geo-pos:lat "61.41"^^xsd:decimal ;
  geo-pos:long "-6.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12238'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:longitude '-6.18'^^xsd:double;
  dwc:latitude '61.41'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12238'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12265> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -6.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.41"^^xsd:decimal ;
  dwc:decimalLongitude "-6.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -6.18)"^^geo:wktLiteral ;
  geo-pos:lat "61.41"^^xsd:decimal ;
  geo-pos:long "-6.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12265'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:longitude '-6.18'^^xsd:double;
  dwc:latitude '61.41'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12265'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12445> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -6.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.41"^^xsd:decimal ;
  dwc:decimalLongitude "-6.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -6.18)"^^geo:wktLiteral ;
  geo-pos:lat "61.41"^^xsd:decimal ;
  geo-pos:long "-6.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12445'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.18'^^xsd:double;
  dwc:latitude '61.41'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12445'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12387> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -6.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.41"^^xsd:decimal ;
  dwc:decimalLongitude "-6.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -6.18)"^^geo:wktLiteral ;
  geo-pos:lat "61.41"^^xsd:decimal ;
  geo-pos:long "-6.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12387'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:longitude '-6.18'^^xsd:double;
  dwc:latitude '61.41'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12387'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12404> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -6.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.41"^^xsd:decimal ;
  dwc:decimalLongitude "-6.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.41 -6.18)"^^geo:wktLiteral ;
  geo-pos:lat "61.41"^^xsd:decimal ;
  geo-pos:long "-6.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12404'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:longitude '-6.18'^^xsd:double;
  dwc:latitude '61.41'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12404'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2260> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.32 -6.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.32"^^xsd:decimal ;
  dwc:decimalLongitude "-6.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.32 -6.17)"^^geo:wktLiteral ;
  geo-pos:lat "53.32"^^xsd:decimal ;
  geo-pos:long "-6.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2260'^^xsd:integer;
  dwc:scientificName 'Macromysis flexuosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-6.17'^^xsd:double;
  dwc:latitude '53.32'^^xsd:double;
  dwc:aphiaid '161336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2260'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1951> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-6.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.35"^^xsd:decimal ;
  geo-pos:long "-6.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1951'^^xsd:integer;
  dwc:scientificName 'Schistomysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-6.15'^^xsd:double;
  dwc:latitude '53.35'^^xsd:double;
  dwc:aphiaid '120206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1951'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1069> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-6.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.35"^^xsd:decimal ;
  geo-pos:long "-6.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1069'^^xsd:integer;
  dwc:scientificName 'Siriella clausi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-6.15'^^xsd:double;
  dwc:latitude '53.35'^^xsd:double;
  dwc:aphiaid '120210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1069'^^xsd:string;
  dwc:aphiaIdAccepted '226375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1348> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-6.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.35"^^xsd:decimal ;
  geo-pos:long "-6.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1348'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-6.15'^^xsd:double;
  dwc:latitude '53.35'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1348'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1300> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-6.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.35"^^xsd:decimal ;
  geo-pos:long "-6.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1300'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-6.15'^^xsd:double;
  dwc:latitude '53.35'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1300'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2257> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-6.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.35"^^xsd:decimal ;
  geo-pos:long "-6.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2257'^^xsd:integer;
  dwc:scientificName 'Macromysis flexuosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-6.15'^^xsd:double;
  dwc:latitude '53.35'^^xsd:double;
  dwc:aphiaid '161336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2257'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1802> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-6.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.35"^^xsd:decimal ;
  geo-pos:long "-6.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1802'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-6.15'^^xsd:double;
  dwc:latitude '53.35'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1802'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1329> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-6.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.35"^^xsd:decimal ;
  geo-pos:long "-6.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1329'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-6.15'^^xsd:double;
  dwc:latitude '53.35'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1329'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1374> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.35"^^xsd:decimal ;
  dwc:decimalLongitude "-6.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.35 -6.15)"^^geo:wktLiteral ;
  geo-pos:lat "53.35"^^xsd:decimal ;
  geo-pos:long "-6.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1374'^^xsd:integer;
  dwc:scientificName 'Erythrops elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-6.15'^^xsd:double;
  dwc:latitude '53.35'^^xsd:double;
  dwc:aphiaid '119997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1374'^^xsd:string;
  dwc:aphiaIdAccepted '119997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1327> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.82 -6.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.82"^^xsd:decimal ;
  dwc:decimalLongitude "-6.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.82 -6.12)"^^geo:wktLiteral ;
  geo-pos:lat "52.82"^^xsd:decimal ;
  geo-pos:long "-6.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1327'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-6.12'^^xsd:double;
  dwc:latitude '52.82'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1327'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10962> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.97 -5.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.97"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.97 -5.97)"^^geo:wktLiteral ;
  geo-pos:lat "47.97"^^xsd:decimal ;
  geo-pos:long "-5.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:10962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '10962'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:longitude '-5.97'^^xsd:double;
  dwc:latitude '47.97'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:10962'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12247> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.56 -5.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.56"^^xsd:decimal ;
  dwc:decimalLongitude "-5.96"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.56 -5.96)"^^geo:wktLiteral ;
  geo-pos:lat "62.56"^^xsd:decimal ;
  geo-pos:long "-5.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12247'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:longitude '-5.96'^^xsd:double;
  dwc:latitude '62.56'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12247'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12561> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.56 -5.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.56"^^xsd:decimal ;
  dwc:decimalLongitude "-5.96"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.56 -5.96)"^^geo:wktLiteral ;
  geo-pos:lat "62.56"^^xsd:decimal ;
  geo-pos:long "-5.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12561'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.96'^^xsd:double;
  dwc:latitude '62.56'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12561'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12431> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.56 -5.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.56"^^xsd:decimal ;
  dwc:decimalLongitude "-5.96"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.56 -5.96)"^^geo:wktLiteral ;
  geo-pos:lat "62.56"^^xsd:decimal ;
  geo-pos:long "-5.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12431'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:longitude '-5.96'^^xsd:double;
  dwc:latitude '62.56'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12431'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2082> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2082'^^xsd:integer;
  dwc:scientificName 'Acanthomysis longicornis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '119939'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2082'^^xsd:string;
  dwc:aphiaIdAccepted '119939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1991> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1991'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1991'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1865> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1865'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1865'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2014> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2014'^^xsd:integer;
  dwc:scientificName 'Schistomysis kervillei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '120203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2014'^^xsd:string;
  dwc:aphiaIdAccepted '120203'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3104> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3104'^^xsd:integer;
  dwc:scientificName 'Euchaetomera tenuis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '120011'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3104'^^xsd:string;
  dwc:aphiaIdAccepted '120011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1835> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1835'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1835'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1349> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1349'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1349'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1301> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1301'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1301'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1401> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1401'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1401'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2097> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2097'^^xsd:integer;
  dwc:scientificName 'Heteromysis norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '120039'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2097'^^xsd:string;
  dwc:aphiaIdAccepted '120039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1801> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1801'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1801'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1375> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1375'^^xsd:integer;
  dwc:scientificName 'Erythrops elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '119997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1375'^^xsd:string;
  dwc:aphiaIdAccepted '119997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1897> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1897'^^xsd:integer;
  dwc:scientificName 'Paramysis arenosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '120144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1897'^^xsd:string;
  dwc:aphiaIdAccepted '120144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1739> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1739'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1739'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2131> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2131'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2131'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1683> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1683'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1683'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1265> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.55"^^xsd:decimal ;
  dwc:decimalLongitude "-5.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.55 -5.95)"^^geo:wktLiteral ;
  geo-pos:lat "53.55"^^xsd:decimal ;
  geo-pos:long "-5.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1265'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.95'^^xsd:double;
  dwc:latitude '53.55'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1265'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12551> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.39 -5.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.39"^^xsd:decimal ;
  dwc:decimalLongitude "-5.94"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.39 -5.94)"^^geo:wktLiteral ;
  geo-pos:lat "62.39"^^xsd:decimal ;
  geo-pos:long "-5.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12551'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.94'^^xsd:double;
  dwc:latitude '62.39'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12551'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10942> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.32 -5.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.32"^^xsd:decimal ;
  dwc:decimalLongitude "-5.92"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.32 -5.92)"^^geo:wktLiteral ;
  geo-pos:lat "47.32"^^xsd:decimal ;
  geo-pos:long "-5.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:10942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '10942'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:longitude '-5.92'^^xsd:double;
  dwc:latitude '47.32'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:10942'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10978> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.32 -5.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.32"^^xsd:decimal ;
  dwc:decimalLongitude "-5.92"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.32 -5.92)"^^geo:wktLiteral ;
  geo-pos:lat "47.32"^^xsd:decimal ;
  geo-pos:long "-5.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:10978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '10978'^^xsd:integer;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:longitude '-5.92'^^xsd:double;
  dwc:latitude '47.32'^^xsd:double;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:10978'^^xsd:string;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10966> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.42 -5.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.42"^^xsd:decimal ;
  dwc:decimalLongitude "-5.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.42 -5.9)"^^geo:wktLiteral ;
  geo-pos:lat "47.42"^^xsd:decimal ;
  geo-pos:long "-5.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:10966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '10966'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:longitude '-5.9'^^xsd:double;
  dwc:latitude '47.42'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:10966'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12612> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -5.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.71"^^xsd:decimal ;
  dwc:decimalLongitude "-5.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -5.9)"^^geo:wktLiteral ;
  geo-pos:lat "60.71"^^xsd:decimal ;
  geo-pos:long "-5.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12612'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.9'^^xsd:double;
  dwc:latitude '60.71'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12612'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12613> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -5.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.71"^^xsd:decimal ;
  dwc:decimalLongitude "-5.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -5.9)"^^geo:wktLiteral ;
  geo-pos:lat "60.71"^^xsd:decimal ;
  geo-pos:long "-5.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12613'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.9'^^xsd:double;
  dwc:latitude '60.71'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12613'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12482> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -5.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.71"^^xsd:decimal ;
  dwc:decimalLongitude "-5.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -5.9)"^^geo:wktLiteral ;
  geo-pos:lat "60.71"^^xsd:decimal ;
  geo-pos:long "-5.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12482'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.9'^^xsd:double;
  dwc:latitude '60.71'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12482'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12189> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -5.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.71"^^xsd:decimal ;
  dwc:decimalLongitude "-5.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -5.9)"^^geo:wktLiteral ;
  geo-pos:lat "60.71"^^xsd:decimal ;
  geo-pos:long "-5.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12189'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.9'^^xsd:double;
  dwc:latitude '60.71'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12189'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12305> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -5.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.71"^^xsd:decimal ;
  dwc:decimalLongitude "-5.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -5.9)"^^geo:wktLiteral ;
  geo-pos:lat "60.71"^^xsd:decimal ;
  geo-pos:long "-5.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12305'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.9'^^xsd:double;
  dwc:latitude '60.71'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12305'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12343> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -5.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.71"^^xsd:decimal ;
  dwc:decimalLongitude "-5.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.71 -5.9)"^^geo:wktLiteral ;
  geo-pos:lat "60.71"^^xsd:decimal ;
  geo-pos:long "-5.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12343'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.9'^^xsd:double;
  dwc:latitude '60.71'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12343'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10964> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1 -5.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.1"^^xsd:decimal ;
  dwc:decimalLongitude "-5.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.1 -5.88)"^^geo:wktLiteral ;
  geo-pos:lat "47.1"^^xsd:decimal ;
  geo-pos:long "-5.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:10964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '10964'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:longitude '-5.88'^^xsd:double;
  dwc:latitude '47.1'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:10964'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12237> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.72 -5.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.72"^^xsd:decimal ;
  dwc:decimalLongitude "-5.84"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.72 -5.84)"^^geo:wktLiteral ;
  geo-pos:lat "61.72"^^xsd:decimal ;
  geo-pos:long "-5.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12237'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.84'^^xsd:double;
  dwc:latitude '61.72'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12237'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12633> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  geo-pos:lat "61.7"^^xsd:decimal ;
  geo-pos:long "-5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12633'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.8'^^xsd:double;
  dwc:latitude '61.7'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12633'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12634> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  geo-pos:lat "61.7"^^xsd:decimal ;
  geo-pos:long "-5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12634'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.8'^^xsd:double;
  dwc:latitude '61.7'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12634'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12236> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  geo-pos:lat "61.7"^^xsd:decimal ;
  geo-pos:long "-5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12236'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.8'^^xsd:double;
  dwc:latitude '61.7'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12236'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12264> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  geo-pos:lat "61.7"^^xsd:decimal ;
  geo-pos:long "-5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12264'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.8'^^xsd:double;
  dwc:latitude '61.7'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12264'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12443> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  geo-pos:lat "61.7"^^xsd:decimal ;
  geo-pos:long "-5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12443'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.8'^^xsd:double;
  dwc:latitude '61.7'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12443'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12510> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  geo-pos:lat "61.7"^^xsd:decimal ;
  geo-pos:long "-5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12510'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.8'^^xsd:double;
  dwc:latitude '61.7'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12510'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12311> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  geo-pos:lat "61.7"^^xsd:decimal ;
  geo-pos:long "-5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12311'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.8'^^xsd:double;
  dwc:latitude '61.7'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12311'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12386> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  geo-pos:lat "61.7"^^xsd:decimal ;
  geo-pos:long "-5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12386'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.8'^^xsd:double;
  dwc:latitude '61.7'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12386'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12403> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.7 -5.8)"^^geo:wktLiteral ;
  geo-pos:lat "61.7"^^xsd:decimal ;
  geo-pos:long "-5.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12403'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.8'^^xsd:double;
  dwc:latitude '61.7'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12403'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2340> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -5.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-5.73"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -5.73)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-5.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2340'^^xsd:integer;
  dwc:scientificName 'Neomysis vulgaris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.73'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:aphiaid '148696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2340'^^xsd:string;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14400> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.7)"^^geo:wktLiteral ;
  geo-pos:lat "50.13"^^xsd:decimal ;
  geo-pos:long "-5.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:14400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '14400'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.7'^^xsd:double;
  dwc:latitude '50.13'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:14400'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11602> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.7)"^^geo:wktLiteral ;
  geo-pos:lat "50.13"^^xsd:decimal ;
  geo-pos:long "-5.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11602'^^xsd:integer;
  dwc:scientificName 'Sabatieria vulgaris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.7'^^xsd:double;
  dwc:latitude '50.13'^^xsd:double;
  dwc:aphiaid '153263'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11602'^^xsd:string;
  dwc:aphiaIdAccepted '121374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11019> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 -5.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.2"^^xsd:decimal ;
  dwc:decimalLongitude "-5.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.2 -5.68)"^^geo:wktLiteral ;
  geo-pos:lat "48.2"^^xsd:decimal ;
  geo-pos:long "-5.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11019'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:longitude '-5.68'^^xsd:double;
  dwc:latitude '48.2'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11019'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12243> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.64 -5.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.64"^^xsd:decimal ;
  dwc:decimalLongitude "-5.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.64 -5.64)"^^geo:wktLiteral ;
  geo-pos:lat "61.64"^^xsd:decimal ;
  geo-pos:long "-5.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12243'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:longitude '-5.64'^^xsd:double;
  dwc:latitude '61.64'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12243'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12535> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.64 -5.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.64"^^xsd:decimal ;
  dwc:decimalLongitude "-5.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.64 -5.64)"^^geo:wktLiteral ;
  geo-pos:lat "61.64"^^xsd:decimal ;
  geo-pos:long "-5.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12535'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.64'^^xsd:double;
  dwc:latitude '61.64'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12535'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12318> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.64 -5.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.64"^^xsd:decimal ;
  dwc:decimalLongitude "-5.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.64 -5.64)"^^geo:wktLiteral ;
  geo-pos:lat "61.64"^^xsd:decimal ;
  geo-pos:long "-5.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12318'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:longitude '-5.64'^^xsd:double;
  dwc:latitude '61.64'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12318'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12609> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.74 -5.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.74"^^xsd:decimal ;
  dwc:decimalLongitude "-5.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.74 -5.64)"^^geo:wktLiteral ;
  geo-pos:lat "62.74"^^xsd:decimal ;
  geo-pos:long "-5.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12609'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.64'^^xsd:double;
  dwc:latitude '62.74'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12609'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12480> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.74 -5.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.74"^^xsd:decimal ;
  dwc:decimalLongitude "-5.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.74 -5.64)"^^geo:wktLiteral ;
  geo-pos:lat "62.74"^^xsd:decimal ;
  geo-pos:long "-5.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12480'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.64'^^xsd:double;
  dwc:latitude '62.74'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12480'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12167> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.74 -5.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.74"^^xsd:decimal ;
  dwc:decimalLongitude "-5.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.74 -5.64)"^^geo:wktLiteral ;
  geo-pos:lat "62.74"^^xsd:decimal ;
  geo-pos:long "-5.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12167'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:longitude '-5.64'^^xsd:double;
  dwc:latitude '62.74'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12167'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12290> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.74 -5.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.74"^^xsd:decimal ;
  dwc:decimalLongitude "-5.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.74 -5.64)"^^geo:wktLiteral ;
  geo-pos:lat "62.74"^^xsd:decimal ;
  geo-pos:long "-5.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12290'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:longitude '-5.64'^^xsd:double;
  dwc:latitude '62.74'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12290'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12346> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.74 -5.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.74"^^xsd:decimal ;
  dwc:decimalLongitude "-5.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.74 -5.64)"^^geo:wktLiteral ;
  geo-pos:lat "62.74"^^xsd:decimal ;
  geo-pos:long "-5.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12346'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:longitude '-5.64'^^xsd:double;
  dwc:latitude '62.74'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12346'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12627> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.27 -5.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.27"^^xsd:decimal ;
  dwc:decimalLongitude "-5.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.27 -5.63)"^^geo:wktLiteral ;
  geo-pos:lat "62.27"^^xsd:decimal ;
  geo-pos:long "-5.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12627'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.63'^^xsd:double;
  dwc:latitude '62.27'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12627'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12231> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.27 -5.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.27"^^xsd:decimal ;
  dwc:decimalLongitude "-5.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.27 -5.63)"^^geo:wktLiteral ;
  geo-pos:lat "62.27"^^xsd:decimal ;
  geo-pos:long "-5.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12231'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:longitude '-5.63'^^xsd:double;
  dwc:latitude '62.27'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12231'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12398> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.27 -5.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.27"^^xsd:decimal ;
  dwc:decimalLongitude "-5.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.27 -5.63)"^^geo:wktLiteral ;
  geo-pos:lat "62.27"^^xsd:decimal ;
  geo-pos:long "-5.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12398'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:longitude '-5.63'^^xsd:double;
  dwc:latitude '62.27'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12398'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12626> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.25 -5.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.25"^^xsd:decimal ;
  dwc:decimalLongitude "-5.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.25 -5.59)"^^geo:wktLiteral ;
  geo-pos:lat "62.25"^^xsd:decimal ;
  geo-pos:long "-5.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12626'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.59'^^xsd:double;
  dwc:latitude '62.25'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12626'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12230> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.25 -5.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.25"^^xsd:decimal ;
  dwc:decimalLongitude "-5.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.25 -5.59)"^^geo:wktLiteral ;
  geo-pos:lat "62.25"^^xsd:decimal ;
  geo-pos:long "-5.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12230'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:longitude '-5.59'^^xsd:double;
  dwc:latitude '62.25'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12230'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12397> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.25 -5.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.25"^^xsd:decimal ;
  dwc:decimalLongitude "-5.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.25 -5.59)"^^geo:wktLiteral ;
  geo-pos:lat "62.25"^^xsd:decimal ;
  geo-pos:long "-5.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12397'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:longitude '-5.59'^^xsd:double;
  dwc:latitude '62.25'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12397'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22278> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43 -5.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43"^^xsd:decimal ;
  dwc:decimalLongitude "-5.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43 -5.52)"^^geo:wktLiteral ;
  geo-pos:lat "56.43"^^xsd:decimal ;
  geo-pos:long "-5.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:22278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '22278'^^xsd:integer;
  dwc:scientificName 'Mysis inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.52'^^xsd:double;
  dwc:latitude '56.43'^^xsd:double;
  dwc:aphiaid '120106'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:22278'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A375> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43 -5.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43"^^xsd:decimal ;
  dwc:decimalLongitude "-5.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43 -5.52)"^^geo:wktLiteral ;
  geo-pos:lat "56.43"^^xsd:decimal ;
  geo-pos:long "-5.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '375'^^xsd:integer;
  dwc:scientificName 'Mysis inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.52'^^xsd:double;
  dwc:latitude '56.43'^^xsd:double;
  dwc:aphiaid '120106'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:375'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A410> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43 -5.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43"^^xsd:decimal ;
  dwc:decimalLongitude "-5.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43 -5.52)"^^geo:wktLiteral ;
  geo-pos:lat "56.43"^^xsd:decimal ;
  geo-pos:long "-5.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '410'^^xsd:integer;
  dwc:scientificName 'Macromysis inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.52'^^xsd:double;
  dwc:latitude '56.43'^^xsd:double;
  dwc:aphiaid '161497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:410'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11611> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43 -5.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.43"^^xsd:decimal ;
  dwc:decimalLongitude "-5.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.43 -5.52)"^^geo:wktLiteral ;
  geo-pos:lat "56.43"^^xsd:decimal ;
  geo-pos:long "-5.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11611'^^xsd:integer;
  dwc:scientificName 'Sabatieria scotlandia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1960'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.52'^^xsd:double;
  dwc:latitude '56.43'^^xsd:double;
  dwc:aphiaid '229843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11611'^^xsd:string;
  dwc:aphiaIdAccepted '121378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10963> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.08 -5.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.08"^^xsd:decimal ;
  dwc:decimalLongitude "-5.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.08 -5.48)"^^geo:wktLiteral ;
  geo-pos:lat "48.08"^^xsd:decimal ;
  geo-pos:long "-5.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:10963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '10963'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:longitude '-5.48'^^xsd:double;
  dwc:latitude '48.08'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:10963'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10965> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.27 -5.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.27"^^xsd:decimal ;
  dwc:decimalLongitude "-5.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.27 -5.42)"^^geo:wktLiteral ;
  geo-pos:lat "47.27"^^xsd:decimal ;
  geo-pos:long "-5.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:10965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '10965'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:longitude '-5.42'^^xsd:double;
  dwc:latitude '47.27'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:10965'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12632> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -5.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.83"^^xsd:decimal ;
  dwc:decimalLongitude "-5.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -5.42)"^^geo:wktLiteral ;
  geo-pos:lat "61.83"^^xsd:decimal ;
  geo-pos:long "-5.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12632'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.42'^^xsd:double;
  dwc:latitude '61.83'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12632'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12235> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -5.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.83"^^xsd:decimal ;
  dwc:decimalLongitude "-5.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -5.42)"^^geo:wktLiteral ;
  geo-pos:lat "61.83"^^xsd:decimal ;
  geo-pos:long "-5.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12235'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.42'^^xsd:double;
  dwc:latitude '61.83'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12235'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12402> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -5.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.83"^^xsd:decimal ;
  dwc:decimalLongitude "-5.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.83 -5.42)"^^geo:wktLiteral ;
  geo-pos:lat "61.83"^^xsd:decimal ;
  geo-pos:long "-5.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12402'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.42'^^xsd:double;
  dwc:latitude '61.83'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12402'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A353> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  geo-pos:lat "55.97"^^xsd:decimal ;
  geo-pos:long "-5.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '353'^^xsd:integer;
  dwc:scientificName 'Macromysis neglecta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.38'^^xsd:double;
  dwc:latitude '55.97'^^xsd:double;
  dwc:aphiaid '161337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:353'^^xsd:string;
  dwc:aphiaIdAccepted '120180'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1988> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  geo-pos:lat "55.97"^^xsd:decimal ;
  geo-pos:long "-5.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1988'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.38'^^xsd:double;
  dwc:latitude '55.97'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1988'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2173> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  geo-pos:lat "55.97"^^xsd:decimal ;
  geo-pos:long "-5.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2173'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.38'^^xsd:double;
  dwc:latitude '55.97'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2173'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2223> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  geo-pos:lat "55.97"^^xsd:decimal ;
  geo-pos:long "-5.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2223'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.38'^^xsd:double;
  dwc:latitude '55.97'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2223'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1066> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  geo-pos:lat "55.97"^^xsd:decimal ;
  geo-pos:long "-5.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1066'^^xsd:integer;
  dwc:scientificName 'Siriella clausi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.38'^^xsd:double;
  dwc:latitude '55.97'^^xsd:double;
  dwc:aphiaid '120210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1066'^^xsd:string;
  dwc:aphiaIdAccepted '226375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1834> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  geo-pos:lat "55.97"^^xsd:decimal ;
  geo-pos:long "-5.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1834'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.38'^^xsd:double;
  dwc:latitude '55.97'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1834'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2182> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  geo-pos:lat "55.97"^^xsd:decimal ;
  geo-pos:long "-5.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2182'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.38'^^xsd:double;
  dwc:latitude '55.97'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2182'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2096> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  geo-pos:lat "55.97"^^xsd:decimal ;
  geo-pos:long "-5.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2096'^^xsd:integer;
  dwc:scientificName 'Heteromysis norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.38'^^xsd:double;
  dwc:latitude '55.97'^^xsd:double;
  dwc:aphiaid '120039'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2096'^^xsd:string;
  dwc:aphiaIdAccepted '120039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2190> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  geo-pos:lat "55.97"^^xsd:decimal ;
  geo-pos:long "-5.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2190'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.38'^^xsd:double;
  dwc:latitude '55.97'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2190'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2267> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  geo-pos:lat "55.97"^^xsd:decimal ;
  geo-pos:long "-5.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2267'^^xsd:integer;
  dwc:scientificName 'Macromysis neglecta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.38'^^xsd:double;
  dwc:latitude '55.97'^^xsd:double;
  dwc:aphiaid '161337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2267'^^xsd:string;
  dwc:aphiaIdAccepted '120180'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1800> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  geo-pos:lat "55.97"^^xsd:decimal ;
  geo-pos:long "-5.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1800'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.38'^^xsd:double;
  dwc:latitude '55.97'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1800'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1896> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  geo-pos:lat "55.97"^^xsd:decimal ;
  geo-pos:long "-5.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1896'^^xsd:integer;
  dwc:scientificName 'Paramysis arenosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.38'^^xsd:double;
  dwc:latitude '55.97'^^xsd:double;
  dwc:aphiaid '120144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1896'^^xsd:string;
  dwc:aphiaIdAccepted '120144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1738> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  geo-pos:lat "55.97"^^xsd:decimal ;
  geo-pos:long "-5.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1738'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.38'^^xsd:double;
  dwc:latitude '55.97'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1738'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1681> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.97"^^xsd:decimal ;
  dwc:decimalLongitude "-5.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.97 -5.38)"^^geo:wktLiteral ;
  geo-pos:lat "55.97"^^xsd:decimal ;
  geo-pos:long "-5.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1681'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Ireland'^^xsd:string;
  dwc:longitude '-5.38'^^xsd:double;
  dwc:latitude '55.97'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1681'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2385> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6 -5.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.6"^^xsd:decimal ;
  dwc:decimalLongitude "-5.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6 -5.37)"^^geo:wktLiteral ;
  geo-pos:lat "35.6"^^xsd:decimal ;
  geo-pos:long "-5.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2385'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-5.37'^^xsd:double;
  dwc:latitude '35.6'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2385'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2386> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6 -5.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.6"^^xsd:decimal ;
  dwc:decimalLongitude "-5.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.6 -5.37)"^^geo:wktLiteral ;
  geo-pos:lat "35.6"^^xsd:decimal ;
  geo-pos:long "-5.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2386'^^xsd:integer;
  dwc:scientificName 'Neomysis longicornis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'Morocco'^^xsd:string;
  dwc:longitude '-5.37'^^xsd:double;
  dwc:latitude '35.6'^^xsd:double;
  dwc:aphiaid '120137'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2386'^^xsd:string;
  dwc:aphiaIdAccepted '119939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12660> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.42 -5.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.42"^^xsd:decimal ;
  dwc:decimalLongitude "-5.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.42 -5.33)"^^geo:wktLiteral ;
  geo-pos:lat "62.42"^^xsd:decimal ;
  geo-pos:long "-5.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12660'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.33'^^xsd:double;
  dwc:latitude '62.42'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12660'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12248> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.42 -5.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.42"^^xsd:decimal ;
  dwc:decimalLongitude "-5.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.42 -5.33)"^^geo:wktLiteral ;
  geo-pos:lat "62.42"^^xsd:decimal ;
  geo-pos:long "-5.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12248'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:longitude '-5.33'^^xsd:double;
  dwc:latitude '62.42'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12248'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12416> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.42 -5.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.42"^^xsd:decimal ;
  dwc:decimalLongitude "-5.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.42 -5.33)"^^geo:wktLiteral ;
  geo-pos:lat "62.42"^^xsd:decimal ;
  geo-pos:long "-5.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12416'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:longitude '-5.33'^^xsd:double;
  dwc:latitude '62.42'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12416'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11878> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.45 -5.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.45"^^xsd:decimal ;
  dwc:decimalLongitude "-5.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.45 -5.32)"^^geo:wktLiteral ;
  geo-pos:lat "30.45"^^xsd:decimal ;
  geo-pos:long "-5.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11878'^^xsd:integer;
  dwc:scientificName 'Anchialina typica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1914'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-5.32'^^xsd:double;
  dwc:latitude '30.45'^^xsd:double;
  dwc:aphiaid '161494'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11878'^^xsd:string;
  dwc:aphiaIdAccepted '161494'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12586> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.09 -5.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.09"^^xsd:decimal ;
  dwc:decimalLongitude "-5.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.09 -5.24)"^^geo:wktLiteral ;
  geo-pos:lat "61.09"^^xsd:decimal ;
  geo-pos:long "-5.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12586'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.24'^^xsd:double;
  dwc:latitude '61.09'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12586'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12334> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.09 -5.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.09"^^xsd:decimal ;
  dwc:decimalLongitude "-5.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.09 -5.24)"^^geo:wktLiteral ;
  geo-pos:lat "61.09"^^xsd:decimal ;
  geo-pos:long "-5.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12334'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:longitude '-5.24'^^xsd:double;
  dwc:latitude '61.09'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12334'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12585> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.03 -5.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.03"^^xsd:decimal ;
  dwc:decimalLongitude "-5.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.03 -5.23)"^^geo:wktLiteral ;
  geo-pos:lat "61.03"^^xsd:decimal ;
  geo-pos:long "-5.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12585'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.23'^^xsd:double;
  dwc:latitude '61.03'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12585'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12159> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.03 -5.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.03"^^xsd:decimal ;
  dwc:decimalLongitude "-5.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.03 -5.23)"^^geo:wktLiteral ;
  geo-pos:lat "61.03"^^xsd:decimal ;
  geo-pos:long "-5.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12159'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:longitude '-5.23'^^xsd:double;
  dwc:latitude '61.03'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12159'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12333> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.03 -5.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.03"^^xsd:decimal ;
  dwc:decimalLongitude "-5.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.03 -5.23)"^^geo:wktLiteral ;
  geo-pos:lat "61.03"^^xsd:decimal ;
  geo-pos:long "-5.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12333'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:longitude '-5.23'^^xsd:double;
  dwc:latitude '61.03'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12333'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11018> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.02 -5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.02"^^xsd:decimal ;
  dwc:decimalLongitude "-5.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.02 -5.2)"^^geo:wktLiteral ;
  geo-pos:lat "47.02"^^xsd:decimal ;
  geo-pos:long "-5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11018'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:longitude '-5.2'^^xsd:double;
  dwc:latitude '47.02'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11018'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12631> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.89 -5.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.89"^^xsd:decimal ;
  dwc:decimalLongitude "-5.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.89 -5.12)"^^geo:wktLiteral ;
  geo-pos:lat "61.89"^^xsd:decimal ;
  geo-pos:long "-5.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12631'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.12'^^xsd:double;
  dwc:latitude '61.89'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12631'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12234> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.89 -5.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.89"^^xsd:decimal ;
  dwc:decimalLongitude "-5.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.89 -5.12)"^^geo:wktLiteral ;
  geo-pos:lat "61.89"^^xsd:decimal ;
  geo-pos:long "-5.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12234'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.12'^^xsd:double;
  dwc:latitude '61.89'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12234'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12401> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.89 -5.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.89"^^xsd:decimal ;
  dwc:decimalLongitude "-5.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.89 -5.12)"^^geo:wktLiteral ;
  geo-pos:lat "61.89"^^xsd:decimal ;
  geo-pos:long "-5.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12401'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.12'^^xsd:double;
  dwc:latitude '61.89'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12401'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14401> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15 -5.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15"^^xsd:decimal ;
  dwc:decimalLongitude "-5.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15 -5.08)"^^geo:wktLiteral ;
  geo-pos:lat "50.15"^^xsd:decimal ;
  geo-pos:long "-5.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A14401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:14401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '14401'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.08'^^xsd:double;
  dwc:latitude '50.15'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:14401'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13006> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15 -5.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15"^^xsd:decimal ;
  dwc:decimalLongitude "-5.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15 -5.08)"^^geo:wktLiteral ;
  geo-pos:lat "50.15"^^xsd:decimal ;
  geo-pos:long "-5.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:13006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '13006'^^xsd:integer;
  dwc:scientificName 'Monhystera disjuncta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.08'^^xsd:double;
  dwc:latitude '50.15'^^xsd:double;
  dwc:aphiaid '121445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:13006'^^xsd:string;
  dwc:aphiaIdAccepted '468111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13060> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15 -5.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15"^^xsd:decimal ;
  dwc:decimalLongitude "-5.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15 -5.08)"^^geo:wktLiteral ;
  geo-pos:lat "50.15"^^xsd:decimal ;
  geo-pos:long "-5.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:13060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '13060'^^xsd:integer;
  dwc:scientificName 'Oncholaimus viridis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.08'^^xsd:double;
  dwc:latitude '50.15'^^xsd:double;
  dwc:aphiaid '122187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:13060'^^xsd:string;
  dwc:aphiaIdAccepted '122187'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A97> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.15 -5.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.15"^^xsd:decimal ;
  dwc:decimalLongitude "-5.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A97>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.15 -5.08)"^^geo:wktLiteral ;
  geo-pos:lat "56.15"^^xsd:decimal ;
  geo-pos:long "-5.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '97'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.08'^^xsd:double;
  dwc:latitude '56.15'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:97'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A674> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.45 -5.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.45"^^xsd:decimal ;
  dwc:decimalLongitude "-5.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.45 -5.07)"^^geo:wktLiteral ;
  geo-pos:lat "48.45"^^xsd:decimal ;
  geo-pos:long "-5.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '674'^^xsd:integer;
  dwc:scientificName 'Siriella norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-5.07'^^xsd:double;
  dwc:latitude '48.45'^^xsd:double;
  dwc:aphiaid '120215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:674'^^xsd:string;
  dwc:aphiaIdAccepted '120215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1828> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.75 -5.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.75"^^xsd:decimal ;
  dwc:decimalLongitude "-5.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.75 -5.07)"^^geo:wktLiteral ;
  geo-pos:lat "51.75"^^xsd:decimal ;
  geo-pos:long "-5.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1828'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.07'^^xsd:double;
  dwc:latitude '51.75'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1828'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1672> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.75 -5.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.75"^^xsd:decimal ;
  dwc:decimalLongitude "-5.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.75 -5.07)"^^geo:wktLiteral ;
  geo-pos:lat "51.75"^^xsd:decimal ;
  geo-pos:long "-5.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1672'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.07'^^xsd:double;
  dwc:latitude '51.75'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1672'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A749> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.75 -5.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.75"^^xsd:decimal ;
  dwc:decimalLongitude "-5.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.75 -5.07)"^^geo:wktLiteral ;
  geo-pos:lat "51.75"^^xsd:decimal ;
  geo-pos:long "-5.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '749'^^xsd:integer;
  dwc:scientificName 'Boreomysis megalops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.07'^^xsd:double;
  dwc:latitude '51.75'^^xsd:double;
  dwc:aphiaid '119967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:749'^^xsd:string;
  dwc:aphiaIdAccepted '119967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1775> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.75 -5.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.75"^^xsd:decimal ;
  dwc:decimalLongitude "-5.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.75 -5.07)"^^geo:wktLiteral ;
  geo-pos:lat "51.75"^^xsd:decimal ;
  geo-pos:long "-5.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1775'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.07'^^xsd:double;
  dwc:latitude '51.75'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1775'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12169> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.38 -5.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.38 -5.07)"^^geo:wktLiteral ;
  geo-pos:lat "61.38"^^xsd:decimal ;
  geo-pos:long "-5.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12169'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:longitude '-5.07'^^xsd:double;
  dwc:latitude '61.38'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12169'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12629> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -5.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.9"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -5.06)"^^geo:wktLiteral ;
  geo-pos:lat "61.9"^^xsd:decimal ;
  geo-pos:long "-5.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12629'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.06'^^xsd:double;
  dwc:latitude '61.9'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12629'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12630> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -5.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.9"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -5.06)"^^geo:wktLiteral ;
  geo-pos:lat "61.9"^^xsd:decimal ;
  geo-pos:long "-5.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12630'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.06'^^xsd:double;
  dwc:latitude '61.9'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12630'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12233> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -5.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.9"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -5.06)"^^geo:wktLiteral ;
  geo-pos:lat "61.9"^^xsd:decimal ;
  geo-pos:long "-5.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12233'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.06'^^xsd:double;
  dwc:latitude '61.9'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12233'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12263> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -5.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.9"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -5.06)"^^geo:wktLiteral ;
  geo-pos:lat "61.9"^^xsd:decimal ;
  geo-pos:long "-5.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12263'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.06'^^xsd:double;
  dwc:latitude '61.9'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12263'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12442> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -5.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.9"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -5.06)"^^geo:wktLiteral ;
  geo-pos:lat "61.9"^^xsd:decimal ;
  geo-pos:long "-5.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12442'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.06'^^xsd:double;
  dwc:latitude '61.9'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12442'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12385> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -5.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.9"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -5.06)"^^geo:wktLiteral ;
  geo-pos:lat "61.9"^^xsd:decimal ;
  geo-pos:long "-5.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12385'^^xsd:integer;
  dwc:scientificName 'Mysideis insignis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.06'^^xsd:double;
  dwc:latitude '61.9'^^xsd:double;
  dwc:aphiaid '120080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12385'^^xsd:string;
  dwc:aphiaIdAccepted '120080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12400> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -5.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.9"^^xsd:decimal ;
  dwc:decimalLongitude "-5.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.9 -5.06)"^^geo:wktLiteral ;
  geo-pos:lat "61.9"^^xsd:decimal ;
  geo-pos:long "-5.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12400'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-5.06'^^xsd:double;
  dwc:latitude '61.9'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12400'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1947> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.77 -5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.77"^^xsd:decimal ;
  dwc:decimalLongitude "-5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.77 -5.05)"^^geo:wktLiteral ;
  geo-pos:lat "55.77"^^xsd:decimal ;
  geo-pos:long "-5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1947'^^xsd:integer;
  dwc:scientificName 'Schistomysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.05'^^xsd:double;
  dwc:latitude '55.77'^^xsd:double;
  dwc:aphiaid '120206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1947'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2140> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.77 -5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.77"^^xsd:decimal ;
  dwc:decimalLongitude "-5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.77 -5.05)"^^geo:wktLiteral ;
  geo-pos:lat "55.77"^^xsd:decimal ;
  geo-pos:long "-5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2140'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.05'^^xsd:double;
  dwc:latitude '55.77'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2140'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2091> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.77 -5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.77"^^xsd:decimal ;
  dwc:decimalLongitude "-5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.77 -5.05)"^^geo:wktLiteral ;
  geo-pos:lat "55.77"^^xsd:decimal ;
  geo-pos:long "-5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2091'^^xsd:integer;
  dwc:scientificName 'Heteromysis norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.05'^^xsd:double;
  dwc:latitude '55.77'^^xsd:double;
  dwc:aphiaid '120039'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2091'^^xsd:string;
  dwc:aphiaIdAccepted '120039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1989> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.77 -5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.77"^^xsd:decimal ;
  dwc:decimalLongitude "-5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.77 -5.05)"^^geo:wktLiteral ;
  geo-pos:lat "55.77"^^xsd:decimal ;
  geo-pos:long "-5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1989'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.05'^^xsd:double;
  dwc:latitude '55.77'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1989'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1226> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.77 -5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.77"^^xsd:decimal ;
  dwc:decimalLongitude "-5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.77 -5.05)"^^geo:wktLiteral ;
  geo-pos:lat "55.77"^^xsd:decimal ;
  geo-pos:long "-5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1226'^^xsd:integer;
  dwc:scientificName 'Siriella norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.05'^^xsd:double;
  dwc:latitude '55.77'^^xsd:double;
  dwc:aphiaid '120215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1226'^^xsd:string;
  dwc:aphiaIdAccepted '120215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12553> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.19 -5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.19"^^xsd:decimal ;
  dwc:decimalLongitude "-5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.19 -5.05)"^^geo:wktLiteral ;
  geo-pos:lat "61.19"^^xsd:decimal ;
  geo-pos:long "-5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12553'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.05'^^xsd:double;
  dwc:latitude '61.19'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12553'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12554> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.19 -5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.19"^^xsd:decimal ;
  dwc:decimalLongitude "-5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.19 -5.05)"^^geo:wktLiteral ;
  geo-pos:lat "61.19"^^xsd:decimal ;
  geo-pos:long "-5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12554'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.05'^^xsd:double;
  dwc:latitude '61.19'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12554'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12151> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.19 -5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.19"^^xsd:decimal ;
  dwc:decimalLongitude "-5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.19 -5.05)"^^geo:wktLiteral ;
  geo-pos:lat "61.19"^^xsd:decimal ;
  geo-pos:long "-5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12151'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-5.05'^^xsd:double;
  dwc:latitude '61.19'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12151'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12365> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.19 -5.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.19"^^xsd:decimal ;
  dwc:decimalLongitude "-5.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.19 -5.05)"^^geo:wktLiteral ;
  geo-pos:lat "61.19"^^xsd:decimal ;
  geo-pos:long "-5.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12365'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-5.05'^^xsd:double;
  dwc:latitude '61.19'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12365'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12261> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.52 -5.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.52"^^xsd:decimal ;
  dwc:decimalLongitude "-5.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.52 -5.04)"^^geo:wktLiteral ;
  geo-pos:lat "62.52"^^xsd:decimal ;
  geo-pos:long "-5.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12261'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:longitude '-5.04'^^xsd:double;
  dwc:latitude '62.52'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12261'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12440> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.52 -5.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.52"^^xsd:decimal ;
  dwc:decimalLongitude "-5.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.52 -5.04)"^^geo:wktLiteral ;
  geo-pos:lat "62.52"^^xsd:decimal ;
  geo-pos:long "-5.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12440'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.04'^^xsd:double;
  dwc:latitude '62.52'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12440'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12506> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.52 -5.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.52"^^xsd:decimal ;
  dwc:decimalLongitude "-5.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.52 -5.04)"^^geo:wktLiteral ;
  geo-pos:lat "62.52"^^xsd:decimal ;
  geo-pos:long "-5.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12506'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.04'^^xsd:double;
  dwc:latitude '62.52'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12506'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12507> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.52 -5.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.52"^^xsd:decimal ;
  dwc:decimalLongitude "-5.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.52 -5.04)"^^geo:wktLiteral ;
  geo-pos:lat "62.52"^^xsd:decimal ;
  geo-pos:long "-5.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12507'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.04'^^xsd:double;
  dwc:latitude '62.52'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12507'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12360> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.52 -5.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.52"^^xsd:decimal ;
  dwc:decimalLongitude "-5.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.52 -5.04)"^^geo:wktLiteral ;
  geo-pos:lat "62.52"^^xsd:decimal ;
  geo-pos:long "-5.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12360'^^xsd:integer;
  dwc:scientificName 'Pseudomma roseum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:longitude '-5.04'^^xsd:double;
  dwc:latitude '62.52'^^xsd:double;
  dwc:aphiaid '120191'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12360'^^xsd:string;
  dwc:aphiaIdAccepted '120191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12310> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.52 -5.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.52"^^xsd:decimal ;
  dwc:decimalLongitude "-5.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.52 -5.04)"^^geo:wktLiteral ;
  geo-pos:lat "62.52"^^xsd:decimal ;
  geo-pos:long "-5.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12310'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:longitude '-5.04'^^xsd:double;
  dwc:latitude '62.52'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12310'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22286> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13"^^xsd:decimal ;
  dwc:decimalLongitude "-5.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.03)"^^geo:wktLiteral ;
  geo-pos:lat "50.13"^^xsd:decimal ;
  geo-pos:long "-5.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:22286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '22286'^^xsd:integer;
  dwc:scientificName 'Mysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.03'^^xsd:double;
  dwc:latitude '50.13'^^xsd:double;
  dwc:aphiaid '120109'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:22286'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A93> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13"^^xsd:decimal ;
  dwc:decimalLongitude "-5.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A93>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.03)"^^geo:wktLiteral ;
  geo-pos:lat "50.13"^^xsd:decimal ;
  geo-pos:long "-5.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '93'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.03'^^xsd:double;
  dwc:latitude '50.13'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:93'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A185> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13"^^xsd:decimal ;
  dwc:decimalLongitude "-5.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.03)"^^geo:wktLiteral ;
  geo-pos:lat "50.13"^^xsd:decimal ;
  geo-pos:long "-5.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '185'^^xsd:integer;
  dwc:scientificName 'Mesopodopsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.03'^^xsd:double;
  dwc:latitude '50.13'^^xsd:double;
  dwc:aphiaid '120072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:185'^^xsd:string;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1857> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13"^^xsd:decimal ;
  dwc:decimalLongitude "-5.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.03)"^^geo:wktLiteral ;
  geo-pos:lat "50.13"^^xsd:decimal ;
  geo-pos:long "-5.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1857'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.03'^^xsd:double;
  dwc:latitude '50.13'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1857'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2238> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13"^^xsd:decimal ;
  dwc:decimalLongitude "-5.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.03)"^^geo:wktLiteral ;
  geo-pos:lat "50.13"^^xsd:decimal ;
  geo-pos:long "-5.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2238'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.03'^^xsd:double;
  dwc:latitude '50.13'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2238'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11599> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13"^^xsd:decimal ;
  dwc:decimalLongitude "-5.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.03)"^^geo:wktLiteral ;
  geo-pos:lat "50.13"^^xsd:decimal ;
  geo-pos:long "-5.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11599'^^xsd:integer;
  dwc:scientificName 'Sabatieria tenuicaudata (sp inq)'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.03'^^xsd:double;
  dwc:latitude '50.13'^^xsd:double;
  dwc:aphiaid '153262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11599'^^xsd:string;
  dwc:aphiaIdAccepted '153262'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2350> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.13"^^xsd:decimal ;
  dwc:decimalLongitude "-5.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.13 -5.03)"^^geo:wktLiteral ;
  geo-pos:lat "50.13"^^xsd:decimal ;
  geo-pos:long "-5.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2350'^^xsd:integer;
  dwc:scientificName 'Macropsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-5.03'^^xsd:double;
  dwc:latitude '50.13'^^xsd:double;
  dwc:aphiaid '161498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2350'^^xsd:string;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1985> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1985'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1985'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1755> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1755'^^xsd:integer;
  dwc:scientificName 'Bathymysis helgae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '119961'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1755'^^xsd:string;
  dwc:aphiaIdAccepted '119961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1779> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1779'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1779'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1430> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1430'^^xsd:integer;
  dwc:scientificName 'Amblyops tenuicauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '119947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1430'^^xsd:string;
  dwc:aphiaIdAccepted '1635408'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1660> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1660'^^xsd:integer;
  dwc:scientificName 'Chunomysis diadema'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '119981'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1660'^^xsd:string;
  dwc:aphiaIdAccepted '119981'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A748> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '748'^^xsd:integer;
  dwc:scientificName 'Boreomysis megalops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '119967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:748'^^xsd:string;
  dwc:aphiaIdAccepted '119967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A756> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '756'^^xsd:integer;
  dwc:scientificName 'Boreomysis microps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '119968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:756'^^xsd:string;
  dwc:aphiaIdAccepted '119968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1427> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1427'^^xsd:integer;
  dwc:scientificName 'Amblyops kempi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '119943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1427'^^xsd:string;
  dwc:aphiaIdAccepted '119943'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1418> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1418'^^xsd:integer;
  dwc:scientificName 'Amblyops abbreviata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '119941'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1418'^^xsd:string;
  dwc:aphiaIdAccepted '119941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1355> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1355'^^xsd:integer;
  dwc:scientificName 'Erythrops abyssorum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '119996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1355'^^xsd:string;
  dwc:aphiaIdAccepted '119996'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1399> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1399'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1399'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1410> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1410'^^xsd:integer;
  dwc:scientificName 'Pseudomma calloplura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '120183'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1410'^^xsd:string;
  dwc:aphiaIdAccepted '120165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3627> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3627'^^xsd:integer;
  dwc:scientificName 'Hansenomysis fyllae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '120230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3627'^^xsd:string;
  dwc:aphiaIdAccepted '120230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1413> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1413'^^xsd:integer;
  dwc:scientificName 'Pseudomma nanum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '120189'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1413'^^xsd:string;
  dwc:aphiaIdAccepted '120189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1511> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1511'^^xsd:integer;
  dwc:scientificName 'Dactylamblyops thaumatops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '119987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1511'^^xsd:string;
  dwc:aphiaIdAccepted '119987'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1519> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1519'^^xsd:integer;
  dwc:scientificName 'Dactylamblyops goniops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '119985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1519'^^xsd:string;
  dwc:aphiaIdAccepted '119985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1534> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1534'^^xsd:integer;
  dwc:scientificName 'Metamblyops oculata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '120073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1534'^^xsd:string;
  dwc:aphiaIdAccepted '852995'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1396> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -5)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1396'^^xsd:integer;
  dwc:scientificName 'Dactylerythrops dactylops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '60.38'^^xsd:double;
  dwc:aphiaid '119989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1396'^^xsd:string;
  dwc:aphiaIdAccepted '119989'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12657> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.18 -4.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.18"^^xsd:decimal ;
  dwc:decimalLongitude "-4.97"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.18 -4.97)"^^geo:wktLiteral ;
  geo-pos:lat "62.18"^^xsd:decimal ;
  geo-pos:long "-4.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12657'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.97'^^xsd:double;
  dwc:latitude '62.18'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12657'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12244> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.18 -4.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.18"^^xsd:decimal ;
  dwc:decimalLongitude "-4.97"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.18 -4.97)"^^geo:wktLiteral ;
  geo-pos:lat "62.18"^^xsd:decimal ;
  geo-pos:long "-4.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12244'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:longitude '-4.97'^^xsd:double;
  dwc:latitude '62.18'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12244'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12414> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.18 -4.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.18"^^xsd:decimal ;
  dwc:decimalLongitude "-4.97"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.18 -4.97)"^^geo:wktLiteral ;
  geo-pos:lat "62.18"^^xsd:decimal ;
  geo-pos:long "-4.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12414'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:longitude '-4.97'^^xsd:double;
  dwc:latitude '62.18'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12414'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2194> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2194'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2194'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13094> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A13094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:13094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '13094'^^xsd:integer;
  dwc:scientificName 'Dasymysis longicornis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '119992'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:13094'^^xsd:string;
  dwc:aphiaIdAccepted '119939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1670> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1670'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1670'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2714> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2714'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2714'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1950> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1950'^^xsd:integer;
  dwc:scientificName 'Schistomysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1950'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2081> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2081'^^xsd:integer;
  dwc:scientificName 'Acanthomysis longicornis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '119939'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2081'^^xsd:string;
  dwc:aphiaIdAccepted '119939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1990> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1990'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1990'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2137> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2137'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2137'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2148> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2148'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2148'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A763> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '763'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:763'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2227> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2227'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2227'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A728> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '728'^^xsd:integer;
  dwc:scientificName 'Boreomysis arctica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '119962'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:728'^^xsd:string;
  dwc:aphiaIdAccepted '119962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1070> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1070'^^xsd:integer;
  dwc:scientificName 'Siriella clausi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1070'^^xsd:string;
  dwc:aphiaIdAccepted '226375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1360> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1360'^^xsd:integer;
  dwc:scientificName 'Erythrops erythrophthalma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '119998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1360'^^xsd:string;
  dwc:aphiaIdAccepted '852968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1109> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1109'^^xsd:integer;
  dwc:scientificName 'Siriella jaltensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1109'^^xsd:string;
  dwc:aphiaIdAccepted '120214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1402> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1402'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1402'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2023> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2023'^^xsd:integer;
  dwc:scientificName 'Praunus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2023'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2272> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2272'^^xsd:integer;
  dwc:scientificName 'Macromysis neglecta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '161337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2272'^^xsd:string;
  dwc:aphiaIdAccepted '120180'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2314> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2314'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2314'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2117> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2117'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2117'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2296> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2296'^^xsd:integer;
  dwc:scientificName 'Schistomysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2296'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2345> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2345'^^xsd:integer;
  dwc:scientificName 'Dasymysis longicornis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '119992'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2345'^^xsd:string;
  dwc:aphiaIdAccepted '119939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1266> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1266'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1266'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1774> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1774'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1774'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2174> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.47 -4.93)"^^geo:wktLiteral ;
  geo-pos:lat "53.47"^^xsd:decimal ;
  geo-pos:long "-4.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2174'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.93'^^xsd:double;
  dwc:latitude '53.47'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2174'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1712> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 -4.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.6"^^xsd:decimal ;
  dwc:decimalLongitude "-4.92"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.6 -4.92)"^^geo:wktLiteral ;
  geo-pos:lat "50.6"^^xsd:decimal ;
  geo-pos:long "-4.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1712'^^xsd:integer;
  dwc:scientificName 'Leptomysis mediterranea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.92'^^xsd:double;
  dwc:latitude '50.6'^^xsd:double;
  dwc:aphiaid '120056'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1712'^^xsd:string;
  dwc:aphiaIdAccepted '120056'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22304> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A22304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:22304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '22304'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:22304'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1946> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1946'^^xsd:integer;
  dwc:scientificName 'Schistomysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:aphiaid '120206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1946'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1915> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1915'^^xsd:integer;
  dwc:scientificName 'Paramysis helleri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:aphiaid '120149'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1915'^^xsd:string;
  dwc:aphiaIdAccepted '120149'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1782> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1782'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1782'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1863> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1863'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1863'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A970> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '970'^^xsd:integer;
  dwc:scientificName 'Siriella fleminghi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:aphiaid '161500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:970'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1068> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1068'^^xsd:integer;
  dwc:scientificName 'Siriella clausi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:aphiaid '120210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1068'^^xsd:string;
  dwc:aphiaIdAccepted '226375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1345> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1345'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1345'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2181> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2181'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2181'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1400> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1400'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1400'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A777> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '777'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:777'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1799> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1799'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1799'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1894> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1894'^^xsd:integer;
  dwc:scientificName 'Paramysis arenosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:aphiaid '120144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1894'^^xsd:string;
  dwc:aphiaIdAccepted '120144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1225> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1225'^^xsd:integer;
  dwc:scientificName 'Siriella norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:aphiaid '120215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1225'^^xsd:string;
  dwc:aphiaIdAccepted '120215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2506> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.57"^^xsd:decimal ;
  dwc:decimalLongitude "-4.87"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.57 -4.87)"^^geo:wktLiteral ;
  geo-pos:lat "55.57"^^xsd:decimal ;
  geo-pos:long "-4.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2506'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.87'^^xsd:double;
  dwc:latitude '55.57'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2506'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2339> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56 -4.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56"^^xsd:decimal ;
  dwc:decimalLongitude "-4.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56 -4.85)"^^geo:wktLiteral ;
  geo-pos:lat "56"^^xsd:decimal ;
  geo-pos:long "-4.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2339'^^xsd:integer;
  dwc:scientificName 'Neomysis vulgaris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.85'^^xsd:double;
  dwc:latitude '56'^^xsd:integer;
  dwc:aphiaid '148696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2339'^^xsd:string;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12552> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.11 -4.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.11"^^xsd:decimal ;
  dwc:decimalLongitude "-4.82"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.11 -4.82)"^^geo:wktLiteral ;
  geo-pos:lat "61.11"^^xsd:decimal ;
  geo-pos:long "-4.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12552'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.82'^^xsd:double;
  dwc:latitude '61.11'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12552'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12301> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.11 -4.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.11"^^xsd:decimal ;
  dwc:decimalLongitude "-4.82"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.11 -4.82)"^^geo:wktLiteral ;
  geo-pos:lat "61.11"^^xsd:decimal ;
  geo-pos:long "-4.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12301'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-4.82'^^xsd:double;
  dwc:latitude '61.11'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12301'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1324> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.28"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "50.28"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1324'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '50.28'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1324'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1106> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1106'^^xsd:integer;
  dwc:scientificName 'Siriella jaltensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1106'^^xsd:string;
  dwc:aphiaIdAccepted '120214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1809> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1809'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1809'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1713> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1713'^^xsd:integer;
  dwc:scientificName 'Leptomysis mediterranea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120056'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1713'^^xsd:string;
  dwc:aphiaIdAccepted '120056'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1292> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1292'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1292'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1242> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1242'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus normani'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1242'^^xsd:string;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2228> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2228'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2228'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1259> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1259'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1259'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2195> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2195'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2195'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1221> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1221'^^xsd:integer;
  dwc:scientificName 'Siriella norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1221'^^xsd:string;
  dwc:aphiaIdAccepted '120215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1941> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1941'^^xsd:integer;
  dwc:scientificName 'Schistomysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1941'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1893> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1893'^^xsd:integer;
  dwc:scientificName 'Paramysis arenosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1893'^^xsd:string;
  dwc:aphiaIdAccepted '120144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1735> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.1"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.1 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "54.1"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1735'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '54.1'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1735'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12184> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.22"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "61.22"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12184'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '61.22'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12184'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12444> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.22"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "61.22"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12444'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '61.22'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12444'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12511> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.22"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "61.22"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12511'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '61.22'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12511'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12512> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.22"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "61.22"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12512'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '61.22'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12512'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12219> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.22"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "61.22"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12219'^^xsd:integer;
  dwc:scientificName 'Erythrops glacialis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '61.22'^^xsd:double;
  dwc:aphiaid '119999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12219'^^xsd:string;
  dwc:aphiaIdAccepted '119999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12293> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.22"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "61.22"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12293'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '61.22'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12293'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12374> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -4.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.22"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.22 -4.78)"^^geo:wktLiteral ;
  geo-pos:lat "61.22"^^xsd:decimal ;
  geo-pos:long "-4.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12374'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:longitude '-4.78'^^xsd:double;
  dwc:latitude '61.22'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12374'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11017> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.28 -4.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.28"^^xsd:decimal ;
  dwc:decimalLongitude "-4.73"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.28 -4.73)"^^geo:wktLiteral ;
  geo-pos:lat "47.28"^^xsd:decimal ;
  geo-pos:long "-4.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11017'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.73'^^xsd:double;
  dwc:latitude '47.28'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11017'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12584> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.06 -4.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.06"^^xsd:decimal ;
  dwc:decimalLongitude "-4.73"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.06 -4.73)"^^geo:wktLiteral ;
  geo-pos:lat "61.06"^^xsd:decimal ;
  geo-pos:long "-4.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12584'^^xsd:integer;
  dwc:scientificName 'Pseudomma frigidum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.73'^^xsd:double;
  dwc:latitude '61.06'^^xsd:double;
  dwc:aphiaid '120185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12584'^^xsd:string;
  dwc:aphiaIdAccepted '120185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12352> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.06 -4.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.06"^^xsd:decimal ;
  dwc:decimalLongitude "-4.73"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.06 -4.73)"^^geo:wktLiteral ;
  geo-pos:lat "61.06"^^xsd:decimal ;
  geo-pos:long "-4.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12352'^^xsd:integer;
  dwc:scientificName 'Pseudomma frigidum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:longitude '-4.73'^^xsd:double;
  dwc:latitude '61.06'^^xsd:double;
  dwc:aphiaid '120185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12352'^^xsd:string;
  dwc:aphiaIdAccepted '120185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12249> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -4.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.07"^^xsd:decimal ;
  dwc:decimalLongitude "-4.73"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -4.73)"^^geo:wktLiteral ;
  geo-pos:lat "62.07"^^xsd:decimal ;
  geo-pos:long "-4.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12249'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:longitude '-4.73'^^xsd:double;
  dwc:latitude '62.07'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12249'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12562> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -4.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.07"^^xsd:decimal ;
  dwc:decimalLongitude "-4.73"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -4.73)"^^geo:wktLiteral ;
  geo-pos:lat "62.07"^^xsd:decimal ;
  geo-pos:long "-4.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12562'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.73'^^xsd:double;
  dwc:latitude '62.07'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12562'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12323> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -4.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.07"^^xsd:decimal ;
  dwc:decimalLongitude "-4.73"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.07 -4.73)"^^geo:wktLiteral ;
  geo-pos:lat "62.07"^^xsd:decimal ;
  geo-pos:long "-4.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12323'^^xsd:integer;
  dwc:scientificName 'Pseudomma affine'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:longitude '-4.73'^^xsd:double;
  dwc:latitude '62.07'^^xsd:double;
  dwc:aphiaid '120182'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12323'^^xsd:string;
  dwc:aphiaIdAccepted '120182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1293> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^xsd:decimal ;
  dwc:decimalLongitude "-4.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.68)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "-4.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1293'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.68'^^xsd:double;
  dwc:latitude '54.23'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1293'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A969> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -4.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-4.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -4.68)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-4.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '969'^^xsd:integer;
  dwc:scientificName 'Siriella fleminghi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.68'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:aphiaid '161500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:969'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A776> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -4.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.7"^^xsd:decimal ;
  dwc:decimalLongitude "-4.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.7 -4.68)"^^geo:wktLiteral ;
  geo-pos:lat "54.7"^^xsd:decimal ;
  geo-pos:long "-4.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '776'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.68'^^xsd:double;
  dwc:latitude '54.7'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:776'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10943> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.38"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "46.38"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:10943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '10943'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1971'^^xsd:integer;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '46.38'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:10943'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2103> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "48.53"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2103'^^xsd:integer;
  dwc:scientificName 'Heteromysis norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '48.53'^^xsd:double;
  dwc:aphiaid '120039'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2103'^^xsd:string;
  dwc:aphiaIdAccepted '120039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1312> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "48.53"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1312'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '48.53'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1312'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A219> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "48.53"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '219'^^xsd:integer;
  dwc:scientificName 'Macromysis flexuosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '48.53'^^xsd:double;
  dwc:aphiaid '161336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:219'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A273> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "48.53"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '273'^^xsd:integer;
  dwc:scientificName 'Mysis spinulosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '48.53'^^xsd:double;
  dwc:aphiaid '120127'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:273'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1746> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "48.53"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1746'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '48.53'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1746'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2336> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "48.53"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2336'^^xsd:integer;
  dwc:scientificName 'Neomysis vulgaris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '48.53'^^xsd:double;
  dwc:aphiaid '148696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2336'^^xsd:string;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2422> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "48.53"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2422'^^xsd:integer;
  dwc:scientificName 'Mesopodopsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '48.53'^^xsd:double;
  dwc:aphiaid '120072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2422'^^xsd:string;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2303> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "48.53"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2303'^^xsd:integer;
  dwc:scientificName 'Schistomysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '48.53'^^xsd:double;
  dwc:aphiaid '120206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2303'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2217> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "48.53"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2217'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '48.53'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2217'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2042> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "48.53"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2042'^^xsd:integer;
  dwc:scientificName 'Praunus neglectus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '48.53'^^xsd:double;
  dwc:aphiaid '120180'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2042'^^xsd:string;
  dwc:aphiaIdAccepted '120180'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2031> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "48.53"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2031'^^xsd:integer;
  dwc:scientificName 'Praunus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '48.53'^^xsd:double;
  dwc:aphiaid '120177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2031'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1272> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "48.53"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1272'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '48.53'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1272'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2498> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "48.53"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2498'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '48.53'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2498'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2087> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.53"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.53 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "48.53"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2087'^^xsd:integer;
  dwc:scientificName 'Acanthomysis longicornis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '48.53'^^xsd:double;
  dwc:aphiaid '119939'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2087'^^xsd:string;
  dwc:aphiaIdAccepted '119939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1948> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.55 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.55"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.55 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "55.55"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1948'^^xsd:integer;
  dwc:scientificName 'Schistomysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '55.55'^^xsd:double;
  dwc:aphiaid '120206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1948'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1260> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.55 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.55"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.55 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "55.55"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1260'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '55.55'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1260'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12508> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.63 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.63"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.63 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "62.63"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12508'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '62.63'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12508'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12509> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.63 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.63"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.63 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "62.63"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12509'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '62.63'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12509'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12373> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.63 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.63"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.63 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "62.63"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12373'^^xsd:integer;
  dwc:scientificName 'Pseudomma truncatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '62.63'^^xsd:double;
  dwc:aphiaid '120193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12373'^^xsd:string;
  dwc:aphiaIdAccepted '120193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12292> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.63 -4.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.63"^^xsd:decimal ;
  dwc:decimalLongitude "-4.67"^^xsd:decimal ;
  dwc: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/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.63 -4.67)"^^geo:wktLiteral ;
  geo-pos:lat "62.63"^^xsd:decimal ;
  geo-pos:long "-4.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12292'^^xsd:integer;
  dwc:scientificName 'Parerythrops spectabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:longitude '-4.67'^^xsd:double;
  dwc:latitude '62.63'^^xsd:double;
  dwc:aphiaid '120171'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12292'^^xsd:string;
  dwc:aphiaIdAccepted '120171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A968> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.37"^^xsd:decimal ;
  dwc:decimalLongitude "-4.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  geo-pos:lat "50.37"^^xsd:decimal ;
  geo-pos:long "-4.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '968'^^xsd:integer;
  dwc:scientificName 'Siriella fleminghi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.63'^^xsd:double;
  dwc:latitude '50.37'^^xsd:double;
  dwc:aphiaid '161500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:968'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1914> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.37"^^xsd:decimal ;
  dwc:decimalLongitude "-4.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  geo-pos:lat "50.37"^^xsd:decimal ;
  geo-pos:long "-4.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1914'^^xsd:integer;
  dwc:scientificName 'Paramysis helleri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.63'^^xsd:double;
  dwc:latitude '50.37'^^xsd:double;
  dwc:aphiaid '120149'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1914'^^xsd:string;
  dwc:aphiaIdAccepted '120149'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1668> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.37"^^xsd:decimal ;
  dwc:decimalLongitude "-4.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  geo-pos:lat "50.37"^^xsd:decimal ;
  geo-pos:long "-4.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1668'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.63'^^xsd:double;
  dwc:latitude '50.37'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1668'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1976> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.37"^^xsd:decimal ;
  dwc:decimalLongitude "-4.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  geo-pos:lat "50.37"^^xsd:decimal ;
  geo-pos:long "-4.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1976'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.63'^^xsd:double;
  dwc:latitude '50.37'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1976'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1064> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.37"^^xsd:decimal ;
  dwc:decimalLongitude "-4.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  geo-pos:lat "50.37"^^xsd:decimal ;
  geo-pos:long "-4.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1064'^^xsd:integer;
  dwc:scientificName 'Siriella clausi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.63'^^xsd:double;
  dwc:latitude '50.37'^^xsd:double;
  dwc:aphiaid '120210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1064'^^xsd:string;
  dwc:aphiaIdAccepted '226375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1256> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.37"^^xsd:decimal ;
  dwc:decimalLongitude "-4.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  geo-pos:lat "50.37"^^xsd:decimal ;
  geo-pos:long "-4.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1256'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.63'^^xsd:double;
  dwc:latitude '50.37'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1256'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A775> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.37"^^xsd:decimal ;
  dwc:decimalLongitude "-4.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  geo-pos:lat "50.37"^^xsd:decimal ;
  geo-pos:long "-4.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '775'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.63'^^xsd:double;
  dwc:latitude '50.37'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:775'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1856> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.37"^^xsd:decimal ;
  dwc:decimalLongitude "-4.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  geo-pos:lat "50.37"^^xsd:decimal ;
  geo-pos:long "-4.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1856'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.63'^^xsd:double;
  dwc:latitude '50.37'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1856'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1563> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.37"^^xsd:decimal ;
  dwc:decimalLongitude "-4.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.37 -4.63)"^^geo:wktLiteral ;
  geo-pos:lat "50.37"^^xsd:decimal ;
  geo-pos:long "-4.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1563'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.63'^^xsd:double;
  dwc:latitude '50.37'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1563'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1949> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.47 -4.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.47 -4.63)"^^geo:wktLiteral ;
  geo-pos:lat "55.47"^^xsd:decimal ;
  geo-pos:long "-4.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1949'^^xsd:integer;
  dwc:scientificName 'Schistomysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.63'^^xsd:double;
  dwc:latitude '55.47'^^xsd:double;
  dwc:aphiaid '120206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1949'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1261> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.47 -4.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.47 -4.63)"^^geo:wktLiteral ;
  geo-pos:lat "55.47"^^xsd:decimal ;
  geo-pos:long "-4.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1261'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.63'^^xsd:double;
  dwc:latitude '55.47'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1261'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1980> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32 -4.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.32"^^xsd:decimal ;
  dwc:decimalLongitude "-4.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32 -4.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.32"^^xsd:decimal ;
  geo-pos:long "-4.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1980'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.6'^^xsd:double;
  dwc:latitude '51.32'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1980'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1291> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32 -4.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.32"^^xsd:decimal ;
  dwc:decimalLongitude "-4.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32 -4.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.32"^^xsd:decimal ;
  geo-pos:long "-4.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1291'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.6'^^xsd:double;
  dwc:latitude '51.32'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1291'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1935> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32 -4.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.32"^^xsd:decimal ;
  dwc:decimalLongitude "-4.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32 -4.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.32"^^xsd:decimal ;
  geo-pos:long "-4.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1935'^^xsd:integer;
  dwc:scientificName 'Schistomysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.6'^^xsd:double;
  dwc:latitude '51.32'^^xsd:double;
  dwc:aphiaid '120206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1935'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A102> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.95 -4.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.95"^^xsd:decimal ;
  dwc:decimalLongitude "-4.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.95 -4.6)"^^geo:wktLiteral ;
  geo-pos:lat "55.95"^^xsd:decimal ;
  geo-pos:long "-4.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '102'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.6'^^xsd:double;
  dwc:latitude '55.95'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:102'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2116> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^xsd:decimal ;
  dwc:decimalLongitude "-4.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "-4.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2116'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.55'^^xsd:double;
  dwc:latitude '54.23'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2116'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1783> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^xsd:decimal ;
  dwc:decimalLongitude "-4.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "-4.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1783'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.55'^^xsd:double;
  dwc:latitude '54.23'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1783'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A762> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^xsd:decimal ;
  dwc:decimalLongitude "-4.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "-4.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '762'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.55'^^xsd:double;
  dwc:latitude '54.23'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:762'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1714> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^xsd:decimal ;
  dwc:decimalLongitude "-4.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "-4.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1714'^^xsd:integer;
  dwc:scientificName 'Leptomysis mediterranea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.55'^^xsd:double;
  dwc:latitude '54.23'^^xsd:double;
  dwc:aphiaid '120056'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1714'^^xsd:string;
  dwc:aphiaIdAccepted '120056'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1359> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^xsd:decimal ;
  dwc:decimalLongitude "-4.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "-4.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1359'^^xsd:integer;
  dwc:scientificName 'Erythrops erythrophthalma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.55'^^xsd:double;
  dwc:latitude '54.23'^^xsd:double;
  dwc:aphiaid '119998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1359'^^xsd:string;
  dwc:aphiaIdAccepted '852968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1347> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^xsd:decimal ;
  dwc:decimalLongitude "-4.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "-4.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1347'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.55'^^xsd:double;
  dwc:latitude '54.23'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1347'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1892> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^xsd:decimal ;
  dwc:decimalLongitude "-4.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "-4.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1892'^^xsd:integer;
  dwc:scientificName 'Paramysis arenosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.55'^^xsd:double;
  dwc:latitude '54.23'^^xsd:double;
  dwc:aphiaid '120144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1892'^^xsd:string;
  dwc:aphiaIdAccepted '120144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2282> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^xsd:decimal ;
  dwc:decimalLongitude "-4.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "-4.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2282'^^xsd:integer;
  dwc:scientificName 'Macromysis inermis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.55'^^xsd:double;
  dwc:latitude '54.23'^^xsd:double;
  dwc:aphiaid '161497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2282'^^xsd:string;
  dwc:aphiaIdAccepted '120178'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1997> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^xsd:decimal ;
  dwc:decimalLongitude "-4.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "-4.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1997'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.55'^^xsd:double;
  dwc:latitude '54.23'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1997'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1373> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^xsd:decimal ;
  dwc:decimalLongitude "-4.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "-4.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1373'^^xsd:integer;
  dwc:scientificName 'Erythrops elegans'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.55'^^xsd:double;
  dwc:latitude '54.23'^^xsd:double;
  dwc:aphiaid '119997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1373'^^xsd:string;
  dwc:aphiaIdAccepted '119997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1736> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.23"^^xsd:decimal ;
  dwc:decimalLongitude "-4.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.23 -4.55)"^^geo:wktLiteral ;
  geo-pos:lat "54.23"^^xsd:decimal ;
  geo-pos:long "-4.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1736'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.55'^^xsd:double;
  dwc:latitude '54.23'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1736'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3514> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38 -4.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.38"^^xsd:decimal ;
  dwc:decimalLongitude "-4.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.38 -4.53)"^^geo:wktLiteral ;
  geo-pos:lat "46.38"^^xsd:decimal ;
  geo-pos:long "-4.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A3514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:3514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '3514'^^xsd:integer;
  dwc:scientificName 'Parerythrops paucispinosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'France'^^xsd:string;
  dwc:longitude '-4.53'^^xsd:double;
  dwc:latitude '46.38'^^xsd:double;
  dwc:aphiaid '120170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:3514'^^xsd:string;
  dwc:aphiaIdAccepted '853008'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12457> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.02 -4.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.02"^^xsd:decimal ;
  dwc:decimalLongitude "-4.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.02 -4.49)"^^geo:wktLiteral ;
  geo-pos:lat "61.02"^^xsd:decimal ;
  geo-pos:long "-4.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12457'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.49'^^xsd:double;
  dwc:latitude '61.02'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12457'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12186> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.02 -4.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.02"^^xsd:decimal ;
  dwc:decimalLongitude "-4.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.02 -4.49)"^^geo:wktLiteral ;
  geo-pos:lat "61.02"^^xsd:decimal ;
  geo-pos:long "-4.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12186'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:longitude '-4.49'^^xsd:double;
  dwc:latitude '61.02'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12186'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A672> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.28"^^xsd:decimal ;
  dwc:decimalLongitude "-4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -4.45)"^^geo:wktLiteral ;
  geo-pos:lat "50.28"^^xsd:decimal ;
  geo-pos:long "-4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '672'^^xsd:integer;
  dwc:scientificName 'Siriella clausi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.45'^^xsd:double;
  dwc:latitude '50.28'^^xsd:double;
  dwc:aphiaid '120210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:672'^^xsd:string;
  dwc:aphiaIdAccepted '226375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A680> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.28"^^xsd:decimal ;
  dwc:decimalLongitude "-4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -4.45)"^^geo:wktLiteral ;
  geo-pos:lat "50.28"^^xsd:decimal ;
  geo-pos:long "-4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '680'^^xsd:integer;
  dwc:scientificName 'Siriella armata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.45'^^xsd:double;
  dwc:latitude '50.28'^^xsd:double;
  dwc:aphiaid '120208'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:680'^^xsd:string;
  dwc:aphiaIdAccepted '120208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A684> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.28"^^xsd:decimal ;
  dwc:decimalLongitude "-4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -4.45)"^^geo:wktLiteral ;
  geo-pos:lat "50.28"^^xsd:decimal ;
  geo-pos:long "-4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '684'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus sanctus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.45'^^xsd:double;
  dwc:latitude '50.28'^^xsd:double;
  dwc:aphiaid '120019'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:684'^^xsd:string;
  dwc:aphiaIdAccepted '120019'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A686> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.28"^^xsd:decimal ;
  dwc:decimalLongitude "-4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -4.45)"^^geo:wktLiteral ;
  geo-pos:lat "50.28"^^xsd:decimal ;
  geo-pos:long "-4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '686'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.45'^^xsd:double;
  dwc:latitude '50.28'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:686'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A702> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.28"^^xsd:decimal ;
  dwc:decimalLongitude "-4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -4.45)"^^geo:wktLiteral ;
  geo-pos:lat "50.28"^^xsd:decimal ;
  geo-pos:long "-4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '702'^^xsd:integer;
  dwc:scientificName 'Leptomysis lingvura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.45'^^xsd:double;
  dwc:latitude '50.28'^^xsd:double;
  dwc:aphiaid '120054'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:702'^^xsd:string;
  dwc:aphiaIdAccepted '120054'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2351> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.28"^^xsd:decimal ;
  dwc:decimalLongitude "-4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.28 -4.45)"^^geo:wktLiteral ;
  geo-pos:lat "50.28"^^xsd:decimal ;
  geo-pos:long "-4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2351'^^xsd:integer;
  dwc:scientificName 'Macropsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.45'^^xsd:double;
  dwc:latitude '50.28'^^xsd:double;
  dwc:aphiaid '161498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2351'^^xsd:string;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1940> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.18 -4.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.18"^^xsd:decimal ;
  dwc:decimalLongitude "-4.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.18 -4.45)"^^geo:wktLiteral ;
  geo-pos:lat "52.18"^^xsd:decimal ;
  geo-pos:long "-4.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1940'^^xsd:integer;
  dwc:scientificName 'Schistomysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.45'^^xsd:double;
  dwc:latitude '52.18'^^xsd:double;
  dwc:aphiaid '120206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1940'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12188> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.39 -4.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.39"^^xsd:decimal ;
  dwc:decimalLongitude "-4.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.39 -4.42)"^^geo:wktLiteral ;
  geo-pos:lat "61.39"^^xsd:decimal ;
  geo-pos:long "-4.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12188'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:longitude '-4.42'^^xsd:double;
  dwc:latitude '61.39'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12188'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12475> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.39 -4.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.39"^^xsd:decimal ;
  dwc:decimalLongitude "-4.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.39 -4.42)"^^geo:wktLiteral ;
  geo-pos:lat "61.39"^^xsd:decimal ;
  geo-pos:long "-4.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12475'^^xsd:integer;
  dwc:scientificName 'Boreomysis nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.42'^^xsd:double;
  dwc:latitude '61.39'^^xsd:double;
  dwc:aphiaid '119969'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12475'^^xsd:string;
  dwc:aphiaIdAccepted '119969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12628> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -4.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.2"^^xsd:decimal ;
  dwc:decimalLongitude "-4.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -4.42)"^^geo:wktLiteral ;
  geo-pos:lat "62.2"^^xsd:decimal ;
  geo-pos:long "-4.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12628'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.42'^^xsd:double;
  dwc:latitude '62.2'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12628'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12232> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -4.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.2"^^xsd:decimal ;
  dwc:decimalLongitude "-4.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -4.42)"^^geo:wktLiteral ;
  geo-pos:lat "62.2"^^xsd:decimal ;
  geo-pos:long "-4.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12232'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-4.42'^^xsd:double;
  dwc:latitude '62.2'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12232'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12262> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -4.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.2"^^xsd:decimal ;
  dwc:decimalLongitude "-4.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -4.42)"^^geo:wktLiteral ;
  geo-pos:lat "62.2"^^xsd:decimal ;
  geo-pos:long "-4.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12262'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-4.42'^^xsd:double;
  dwc:latitude '62.2'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12262'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12441> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -4.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.2"^^xsd:decimal ;
  dwc:decimalLongitude "-4.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -4.42)"^^geo:wktLiteral ;
  geo-pos:lat "62.2"^^xsd:decimal ;
  geo-pos:long "-4.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12441'^^xsd:integer;
  dwc:scientificName 'Parerythrops obesa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.42'^^xsd:double;
  dwc:latitude '62.2'^^xsd:double;
  dwc:aphiaid '120169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12441'^^xsd:string;
  dwc:aphiaIdAccepted '446464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12399> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -4.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.2"^^xsd:decimal ;
  dwc:decimalLongitude "-4.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -4.42)"^^geo:wktLiteral ;
  geo-pos:lat "62.2"^^xsd:decimal ;
  geo-pos:long "-4.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12399'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1987'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:longitude '-4.42'^^xsd:double;
  dwc:latitude '62.2'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12399'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10967> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -4.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.6"^^xsd:decimal ;
  dwc:decimalLongitude "-4.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.6 -4.4)"^^geo:wktLiteral ;
  geo-pos:lat "47.6"^^xsd:decimal ;
  geo-pos:long "-4.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:10967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '10967'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.4'^^xsd:double;
  dwc:latitude '47.6'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:10967'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10969> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.62 -4.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.62"^^xsd:decimal ;
  dwc:decimalLongitude "-4.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.62 -4.38)"^^geo:wktLiteral ;
  geo-pos:lat "46.62"^^xsd:decimal ;
  geo-pos:long "-4.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A10969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:10969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '10969'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.38'^^xsd:double;
  dwc:latitude '46.62'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:10969'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12661> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 -4.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.96"^^xsd:decimal ;
  dwc:decimalLongitude "-4.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 -4.37)"^^geo:wktLiteral ;
  geo-pos:lat "61.96"^^xsd:decimal ;
  geo-pos:long "-4.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12661'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.37'^^xsd:double;
  dwc:latitude '61.96'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12661'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12563> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 -4.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.96"^^xsd:decimal ;
  dwc:decimalLongitude "-4.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 -4.37)"^^geo:wktLiteral ;
  geo-pos:lat "61.96"^^xsd:decimal ;
  geo-pos:long "-4.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12563'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.37'^^xsd:double;
  dwc:latitude '61.96'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12563'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12432> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 -4.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.96"^^xsd:decimal ;
  dwc:decimalLongitude "-4.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 -4.37)"^^geo:wktLiteral ;
  geo-pos:lat "61.96"^^xsd:decimal ;
  geo-pos:long "-4.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12432'^^xsd:integer;
  dwc:scientificName 'Schistomysis ornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:longitude '-4.37'^^xsd:double;
  dwc:latitude '61.96'^^xsd:double;
  dwc:aphiaid '120204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12432'^^xsd:string;
  dwc:aphiaIdAccepted '120204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12417> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 -4.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.96"^^xsd:decimal ;
  dwc:decimalLongitude "-4.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.96 -4.37)"^^geo:wktLiteral ;
  geo-pos:lat "61.96"^^xsd:decimal ;
  geo-pos:long "-4.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12417'^^xsd:integer;
  dwc:scientificName 'Mysidopsis didelphys'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1988'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:longitude '-4.37'^^xsd:double;
  dwc:latitude '61.96'^^xsd:double;
  dwc:aphiaid '120088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12417'^^xsd:string;
  dwc:aphiaIdAccepted '120088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12252> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -4.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.2"^^xsd:decimal ;
  dwc:decimalLongitude "-4.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.2 -4.36)"^^geo:wktLiteral ;
  geo-pos:lat "62.2"^^xsd:decimal ;
  geo-pos:long "-4.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A12252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:12252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '12252'^^xsd:integer;
  dwc:scientificName 'Erythrops serrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:longitude '-4.36'^^xsd:double;
  dwc:latitude '62.2'^^xsd:double;
  dwc:aphiaid '120006'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:12252'^^xsd:string;
  dwc:aphiaIdAccepted '852974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11016> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -4.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "47.47"^^xsd:decimal ;
  dwc:decimalLongitude "-4.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (47.47 -4.33)"^^geo:wktLiteral ;
  geo-pos:lat "47.47"^^xsd:decimal ;
  geo-pos:long "-4.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A11016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:11016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '11016'^^xsd:integer;
  dwc:scientificName 'Anchialina agilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '1972'^^xsd:integer;
  dwc:longitude '-4.33'^^xsd:double;
  dwc:latitude '47.47'^^xsd:double;
  dwc:aphiaid '119950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:11016'^^xsd:string;
  dwc:aphiaIdAccepted '119950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A697> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -4.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -4.27)"^^geo:wktLiteral ;
  geo-pos:lat "50.35"^^xsd:decimal ;
  geo-pos:long "-4.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '697'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.27'^^xsd:double;
  dwc:latitude '50.35'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:697'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A689> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -4.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -4.27)"^^geo:wktLiteral ;
  geo-pos:lat "50.35"^^xsd:decimal ;
  geo-pos:long "-4.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '689'^^xsd:integer;
  dwc:scientificName 'Heteromysis formosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.27'^^xsd:double;
  dwc:latitude '50.35'^^xsd:double;
  dwc:aphiaid '148701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:689'^^xsd:string;
  dwc:aphiaIdAccepted '148701'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A701> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -4.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -4.27)"^^geo:wktLiteral ;
  geo-pos:lat "50.35"^^xsd:decimal ;
  geo-pos:long "-4.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '701'^^xsd:integer;
  dwc:scientificName 'Leptomysis mediterranea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.27'^^xsd:double;
  dwc:latitude '50.35'^^xsd:double;
  dwc:aphiaid '120056'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:701'^^xsd:string;
  dwc:aphiaIdAccepted '120056'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2092> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -4.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -4.27)"^^geo:wktLiteral ;
  geo-pos:lat "50.35"^^xsd:decimal ;
  geo-pos:long "-4.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2092'^^xsd:integer;
  dwc:scientificName 'Heteromysis norvegica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.27'^^xsd:double;
  dwc:latitude '50.35'^^xsd:double;
  dwc:aphiaid '120039'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2092'^^xsd:string;
  dwc:aphiaIdAccepted '120039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1792> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -4.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -4.27)"^^geo:wktLiteral ;
  geo-pos:lat "50.35"^^xsd:decimal ;
  geo-pos:long "-4.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1792'^^xsd:integer;
  dwc:scientificName 'Mysidopsis gibbosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.27'^^xsd:double;
  dwc:latitude '50.35'^^xsd:double;
  dwc:aphiaid '120089'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1792'^^xsd:string;
  dwc:aphiaIdAccepted '120089'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1710> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -4.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.35"^^xsd:decimal ;
  dwc:decimalLongitude "-4.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.35 -4.27)"^^geo:wktLiteral ;
  geo-pos:lat "50.35"^^xsd:decimal ;
  geo-pos:long "-4.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1710'^^xsd:integer;
  dwc:scientificName 'Leptomysis mediterranea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.27'^^xsd:double;
  dwc:latitude '50.35'^^xsd:double;
  dwc:aphiaid '120056'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1710'^^xsd:string;
  dwc:aphiaIdAccepted '120056'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20162> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.62"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "52.62"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A20162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:20162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '20162'^^xsd:integer;
  dwc:scientificName 'Paramysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:startYearCollected '0'^^xsd:integer;
  dwc:startMonthCollected '0'^^xsd:integer;
  dwc:startDayCollected '0'^^xsd:integer;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '52.62'^^xsd:double;
  dwc:aphiaid '120162'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:20162'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2062> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.62"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "52.62"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2062'^^xsd:integer;
  dwc:scientificName 'Mesopodopsis slabberi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '52.62'^^xsd:double;
  dwc:aphiaid '120072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2062'^^xsd:string;
  dwc:aphiaIdAccepted '120072'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1294> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.62"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "52.62"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1294'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '52.62'^^xsd:double;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1294'^^xsd:string;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1671> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.62"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "52.62"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1671'^^xsd:integer;
  dwc:scientificName 'Leptomysis gracilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '52.62'^^xsd:double;
  dwc:aphiaid '120052'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1671'^^xsd:string;
  dwc:aphiaIdAccepted '120052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1829> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.62"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "52.62"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1829'^^xsd:integer;
  dwc:scientificName 'Mysidopsis angusta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '52.62'^^xsd:double;
  dwc:aphiaid '120087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1829'^^xsd:string;
  dwc:aphiaIdAccepted '120087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1861> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.62"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "52.62"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1861'^^xsd:integer;
  dwc:scientificName 'Hemimysis lamornae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '52.62'^^xsd:double;
  dwc:aphiaid '120026'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1861'^^xsd:string;
  dwc:aphiaIdAccepted '120026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2072> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.62"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "52.62"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2072'^^xsd:integer;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '52.62'^^xsd:double;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2072'^^xsd:string;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2080> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.62"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "52.62"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2080'^^xsd:integer;
  dwc:scientificName 'Acanthomysis longicornis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '52.62'^^xsd:double;
  dwc:aphiaid '119939'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2080'^^xsd:string;
  dwc:aphiaIdAccepted '119939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1937> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.62"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "52.62"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '1937'^^xsd:integer;
  dwc:scientificName 'Schistomysis spiritus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '52.62'^^xsd:double;
  dwc:aphiaid '120206'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:1937'^^xsd:string;
  dwc:aphiaIdAccepted '120206'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2019> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.62"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "52.62"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2019'^^xsd:integer;
  dwc:scientificName 'Praunus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '52.62'^^xsd:double;
  dwc:aphiaid '120177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2019'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2264> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.62"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "52.62"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A2264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:2264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  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 '2004-06-29'^^xsd:date;
  dwc:institutionCode 'Marbiol Ugent'^^xsd:string;
  dwc:collectionCode 'NeMys'^^xsd:string;
  dwc:catalogNumber '2264'^^xsd:integer;
  dwc:scientificName 'Macromysis flexuosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:country 'United Kingdom'^^xsd:string;
  dwc:longitude '-4.25'^^xsd:double;
  dwc:latitude '52.62'^^xsd:double;
  dwc:aphiaid '161336'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Marbiol Ugent:NeMys:2264'^^xsd:string;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1978> ;
  mr:hasGeometry <https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.62"^^xsd:decimal ;
  dwc:decimalLongitude "-4.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.62 -4.25)"^^geo:wktLiteral ;
  geo-pos:lat "52.62"^^xsd:decimal ;
  geo-pos:long "-4.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/66__urn%3Acatalog%3AMarbiol%20Ugent%3ANeMys%3A1978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Marbiol Ugent:NeMys:1978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/66_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
