@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/4503_Sample5_Ugent_Tropical_Mysidacea_3199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample5_Ugent_Tropical_Mysidacea_3199> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample5_Ugent_Tropical_Mysidacea_3199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.0979 39.4262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.0979"^^xsd:decimal ;
  dwc:decimalLongitude "39.4262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample5_Ugent_Tropical_Mysidacea_3199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.0979 39.4262)"^^geo:wktLiteral ;
  geo-pos:lat "-6.0979"^^xsd:decimal ;
  geo-pos:long "39.4262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample5_Ugent_Tropical_Mysidacea_3199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3199'^^xsd:string;
  dwc:scientificName 'Leptomysini sp. 2'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:longitude '39.4262'^^xsd:double;
  dwc:startLongitude '39.4262'^^xsd:double;
  dwc:endLongitude '39.4262'^^xsd:double;
  dwc:latitude '-6.0979'^^xsd:double;
  dwc:startLatitude '-6.0979'^^xsd:double;
  dwc:endLatitude '-6.0979'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.4262 -6.0979, 39.4262 -6.0979, 39.4262 -6.0979, 39.4262 -6.0979, 39.4262 -6.0979))'^^xsd:string;
  dwc:aphiaid '148711'^^xsd:integer;
  dwc:samplingProtocol 'Hand net'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3199'^^xsd:string;
  dwc:observationDate '1996-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148711'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '160'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample5_Ugent_Tropical_Mysidacea_3200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample5_Ugent_Tropical_Mysidacea_3200> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample5_Ugent_Tropical_Mysidacea_3200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.0979 39.4262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.0979"^^xsd:decimal ;
  dwc:decimalLongitude "39.4262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample5_Ugent_Tropical_Mysidacea_3200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.0979 39.4262)"^^geo:wktLiteral ;
  geo-pos:lat "-6.0979"^^xsd:decimal ;
  geo-pos:long "39.4262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample5_Ugent_Tropical_Mysidacea_3200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3200'^^xsd:string;
  dwc:scientificName 'Leptomysini sp. 2'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:longitude '39.4262'^^xsd:double;
  dwc:startLongitude '39.4262'^^xsd:double;
  dwc:endLongitude '39.4262'^^xsd:double;
  dwc:latitude '-6.0979'^^xsd:double;
  dwc:startLatitude '-6.0979'^^xsd:double;
  dwc:endLatitude '-6.0979'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.4262 -6.0979, 39.4262 -6.0979, 39.4262 -6.0979, 39.4262 -6.0979, 39.4262 -6.0979))'^^xsd:string;
  dwc:aphiaid '148711'^^xsd:integer;
  dwc:samplingProtocol 'Hand net'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3200'^^xsd:string;
  dwc:observationDate '1996-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148711'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '160'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample5_Ugent_Tropical_Mysidacea_3197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample5_Ugent_Tropical_Mysidacea_3197> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample5_Ugent_Tropical_Mysidacea_3197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.0979 39.4262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.0979"^^xsd:decimal ;
  dwc:decimalLongitude "39.4262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample5_Ugent_Tropical_Mysidacea_3197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.0979 39.4262)"^^geo:wktLiteral ;
  geo-pos:lat "-6.0979"^^xsd:decimal ;
  geo-pos:long "39.4262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample5_Ugent_Tropical_Mysidacea_3197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3197'^^xsd:string;
  dwc:scientificName 'Leptomysini sp. 1'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:longitude '39.4262'^^xsd:double;
  dwc:startLongitude '39.4262'^^xsd:double;
  dwc:endLongitude '39.4262'^^xsd:double;
  dwc:latitude '-6.0979'^^xsd:double;
  dwc:startLatitude '-6.0979'^^xsd:double;
  dwc:endLatitude '-6.0979'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.4262 -6.0979, 39.4262 -6.0979, 39.4262 -6.0979, 39.4262 -6.0979, 39.4262 -6.0979))'^^xsd:string;
  dwc:aphiaid '148711'^^xsd:integer;
  dwc:samplingProtocol 'Hand net'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3197'^^xsd:string;
  dwc:observationDate '1996-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148711'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '160'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample5_Ugent_Tropical_Mysidacea_3198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample5_Ugent_Tropical_Mysidacea_3198> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample5_Ugent_Tropical_Mysidacea_3198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.0979 39.4262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.0979"^^xsd:decimal ;
  dwc:decimalLongitude "39.4262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample5_Ugent_Tropical_Mysidacea_3198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.0979 39.4262)"^^geo:wktLiteral ;
  geo-pos:lat "-6.0979"^^xsd:decimal ;
  geo-pos:long "39.4262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample5_Ugent_Tropical_Mysidacea_3198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3198'^^xsd:string;
  dwc:scientificName 'Leptomysini sp. 1'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:longitude '39.4262'^^xsd:double;
  dwc:startLongitude '39.4262'^^xsd:double;
  dwc:endLongitude '39.4262'^^xsd:double;
  dwc:latitude '-6.0979'^^xsd:double;
  dwc:startLatitude '-6.0979'^^xsd:double;
  dwc:endLatitude '-6.0979'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.4262 -6.0979, 39.4262 -6.0979, 39.4262 -6.0979, 39.4262 -6.0979, 39.4262 -6.0979))'^^xsd:string;
  dwc:aphiaid '148711'^^xsd:integer;
  dwc:samplingProtocol 'Hand net'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3198'^^xsd:string;
  dwc:observationDate '1996-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148711'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '160'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3187> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43333"^^xsd:decimal ;
  dwc:decimalLongitude "39.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43333"^^xsd:decimal ;
  geo-pos:long "39.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3187'^^xsd:string;
  dwc:scientificName 'Anisomysis sp.2'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:longitude '39.51667'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.43333'^^xsd:double;
  dwc:startLatitude '-4.43333'^^xsd:double;
  dwc:endLatitude '-4.43333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '161512'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3187'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '161512'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3188> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43333"^^xsd:decimal ;
  dwc:decimalLongitude "39.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43333"^^xsd:decimal ;
  geo-pos:long "39.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3188'^^xsd:string;
  dwc:scientificName 'Anisomysis sp.2'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:longitude '39.51667'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.43333'^^xsd:double;
  dwc:startLatitude '-4.43333'^^xsd:double;
  dwc:endLatitude '-4.43333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '161512'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3188'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '161512'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3189> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43333"^^xsd:decimal ;
  dwc:decimalLongitude "39.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43333"^^xsd:decimal ;
  geo-pos:long "39.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3189'^^xsd:string;
  dwc:scientificName 'Anchialina sp.1'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:longitude '39.51667'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.43333'^^xsd:double;
  dwc:startLatitude '-4.43333'^^xsd:double;
  dwc:endLatitude '-4.43333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '119834'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3189'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '119834'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3190> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43333"^^xsd:decimal ;
  dwc:decimalLongitude "39.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43333"^^xsd:decimal ;
  geo-pos:long "39.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3190'^^xsd:string;
  dwc:scientificName 'Siriella sp.3'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:longitude '39.51667'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.43333'^^xsd:double;
  dwc:startLatitude '-4.43333'^^xsd:double;
  dwc:endLatitude '-4.43333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '119906'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3190'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '119906'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3191> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43333"^^xsd:decimal ;
  dwc:decimalLongitude "39.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43333"^^xsd:decimal ;
  geo-pos:long "39.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample3_S12_Ugent_Tropical_Mysidacea_3191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3191'^^xsd:string;
  dwc:scientificName 'Siriella sp.3'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:longitude '39.51667'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.43333'^^xsd:double;
  dwc:startLatitude '-4.43333'^^xsd:double;
  dwc:endLatitude '-4.43333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '119906'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3191'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '119906'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3192> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43333"^^xsd:decimal ;
  dwc:decimalLongitude "39.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43333"^^xsd:decimal ;
  geo-pos:long "39.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3192'^^xsd:string;
  dwc:scientificName 'Siriella sp.1'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:longitude '39.51667'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.43333'^^xsd:double;
  dwc:startLatitude '-4.43333'^^xsd:double;
  dwc:endLatitude '-4.43333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '119906'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3192'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '119906'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3193> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43333"^^xsd:decimal ;
  dwc:decimalLongitude "39.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43333"^^xsd:decimal ;
  geo-pos:long "39.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3193'^^xsd:string;
  dwc:scientificName 'Siriella sp.3'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:longitude '39.51667'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.43333'^^xsd:double;
  dwc:startLatitude '-4.43333'^^xsd:double;
  dwc:endLatitude '-4.43333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '119906'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3193'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '119906'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3194> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43333"^^xsd:decimal ;
  dwc:decimalLongitude "39.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43333"^^xsd:decimal ;
  geo-pos:long "39.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3194'^^xsd:string;
  dwc:scientificName 'Siriella sp.3'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:longitude '39.51667'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.43333'^^xsd:double;
  dwc:startLatitude '-4.43333'^^xsd:double;
  dwc:endLatitude '-4.43333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '119906'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3194'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '119906'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3195> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43333"^^xsd:decimal ;
  dwc:decimalLongitude "39.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43333"^^xsd:decimal ;
  geo-pos:long "39.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3195'^^xsd:string;
  dwc:scientificName 'Siriella sp.2'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:longitude '39.51667'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.43333'^^xsd:double;
  dwc:startLatitude '-4.43333'^^xsd:double;
  dwc:endLatitude '-4.43333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '119906'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3195'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '119906'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3196> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43333"^^xsd:decimal ;
  dwc:decimalLongitude "39.51667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43333 39.51667)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43333"^^xsd:decimal ;
  geo-pos:long "39.51667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample4_S13_Ugent_Tropical_Mysidacea_3196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3196'^^xsd:string;
  dwc:scientificName 'Siriella sp.2'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:longitude '39.51667'^^xsd:double;
  dwc:startLongitude '39.51667'^^xsd:double;
  dwc:endLongitude '39.51667'^^xsd:double;
  dwc:latitude '-4.43333'^^xsd:double;
  dwc:startLatitude '-4.43333'^^xsd:double;
  dwc:endLatitude '-4.43333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333, 39.51667 -4.43333))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '119906'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3196'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '119906'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample2_Ugent_Tropical_Mysidacea_3186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample2_Ugent_Tropical_Mysidacea_3186> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample2_Ugent_Tropical_Mysidacea_3186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.67 128.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.67"^^xsd:decimal ;
  dwc:decimalLongitude "128.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample2_Ugent_Tropical_Mysidacea_3186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.67 128.2)"^^geo:wktLiteral ;
  geo-pos:lat "-3.67"^^xsd:decimal ;
  geo-pos:long "128.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample2_Ugent_Tropical_Mysidacea_3186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3186'^^xsd:string;
  dwc:scientificName 'Anisomysis sp.1'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:longitude '128.2'^^xsd:double;
  dwc:startLongitude '128.2'^^xsd:double;
  dwc:endLongitude '128.2'^^xsd:double;
  dwc:latitude '-3.67'^^xsd:double;
  dwc:startLatitude '-3.67'^^xsd:double;
  dwc:endLatitude '-3.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((128.2 -3.67, 128.2 -3.67, 128.2 -3.67, 128.2 -3.67, 128.2 -3.67))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '161512'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3186'^^xsd:string;
  dwc:observationDate '1996-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '161512'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample1_Ugent_Tropical_Mysidacea_904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample1_Ugent_Tropical_Mysidacea_904> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample1_Ugent_Tropical_Mysidacea_904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.67 128.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.67"^^xsd:decimal ;
  dwc:decimalLongitude "128.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample1_Ugent_Tropical_Mysidacea_904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.67 128.2)"^^geo:wktLiteral ;
  geo-pos:lat "-3.67"^^xsd:decimal ;
  geo-pos:long "128.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample1_Ugent_Tropical_Mysidacea_904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_904'^^xsd:string;
  dwc:scientificName 'Siriella sp.1'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:longitude '128.2'^^xsd:double;
  dwc:startLongitude '128.2'^^xsd:double;
  dwc:endLongitude '128.2'^^xsd:double;
  dwc:latitude '-3.67'^^xsd:double;
  dwc:startLatitude '-3.67'^^xsd:double;
  dwc:endLatitude '-3.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((128.2 -3.67, 128.2 -3.67, 128.2 -3.67, 128.2 -3.67, 128.2 -3.67))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '119906'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_904'^^xsd:string;
  dwc:observationDate '1996-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '119906'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample1_Ugent_Tropical_Mysidacea_905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample1_Ugent_Tropical_Mysidacea_905> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample1_Ugent_Tropical_Mysidacea_905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.67 128.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.67"^^xsd:decimal ;
  dwc:decimalLongitude "128.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample1_Ugent_Tropical_Mysidacea_905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.67 128.2)"^^geo:wktLiteral ;
  geo-pos:lat "-3.67"^^xsd:decimal ;
  geo-pos:long "128.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample1_Ugent_Tropical_Mysidacea_905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_905'^^xsd:string;
  dwc:scientificName 'Siriella sp.1'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:longitude '128.2'^^xsd:double;
  dwc:startLongitude '128.2'^^xsd:double;
  dwc:endLongitude '128.2'^^xsd:double;
  dwc:latitude '-3.67'^^xsd:double;
  dwc:startLatitude '-3.67'^^xsd:double;
  dwc:endLatitude '-3.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((128.2 -3.67, 128.2 -3.67, 128.2 -3.67, 128.2 -3.67, 128.2 -3.67))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '119906'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_905'^^xsd:string;
  dwc:observationDate '1996-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '119906'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample2_Ugent_Tropical_Mysidacea_906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample2_Ugent_Tropical_Mysidacea_906> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample2_Ugent_Tropical_Mysidacea_906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.67 128.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.67"^^xsd:decimal ;
  dwc:decimalLongitude "128.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample2_Ugent_Tropical_Mysidacea_906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.67 128.2)"^^geo:wktLiteral ;
  geo-pos:lat "-3.67"^^xsd:decimal ;
  geo-pos:long "128.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample2_Ugent_Tropical_Mysidacea_906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_906'^^xsd:string;
  dwc:scientificName 'Siriella sp.1'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:longitude '128.2'^^xsd:double;
  dwc:startLongitude '128.2'^^xsd:double;
  dwc:endLongitude '128.2'^^xsd:double;
  dwc:latitude '-3.67'^^xsd:double;
  dwc:startLatitude '-3.67'^^xsd:double;
  dwc:endLatitude '-3.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((128.2 -3.67, 128.2 -3.67, 128.2 -3.67, 128.2 -3.67, 128.2 -3.67))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '119906'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_906'^^xsd:string;
  dwc:observationDate '1996-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '119906'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample2_Ugent_Tropical_Mysidacea_3185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample2_Ugent_Tropical_Mysidacea_3185> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample2_Ugent_Tropical_Mysidacea_3185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.67 128.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.67"^^xsd:decimal ;
  dwc:decimalLongitude "128.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample2_Ugent_Tropical_Mysidacea_3185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.67 128.2)"^^geo:wktLiteral ;
  geo-pos:lat "-3.67"^^xsd:decimal ;
  geo-pos:long "128.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample2_Ugent_Tropical_Mysidacea_3185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3185'^^xsd:string;
  dwc:scientificName 'Anisomysis sp.1'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:longitude '128.2'^^xsd:double;
  dwc:startLongitude '128.2'^^xsd:double;
  dwc:endLongitude '128.2'^^xsd:double;
  dwc:latitude '-3.67'^^xsd:double;
  dwc:startLatitude '-3.67'^^xsd:double;
  dwc:endLatitude '-3.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((128.2 -3.67, 128.2 -3.67, 128.2 -3.67, 128.2 -3.67, 128.2 -3.67))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '161512'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3185'^^xsd:string;
  dwc:observationDate '1996-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '161512'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4503_Sample2_Ugent_Tropical_Mysidacea_3184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4503_Sample2_Ugent_Tropical_Mysidacea_3184> ;
  mr:hasGeometry <https://eurobis.org/id/point/4503_Sample2_Ugent_Tropical_Mysidacea_3184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.67 128.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-3.67"^^xsd:decimal ;
  dwc:decimalLongitude "128.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4503_Sample2_Ugent_Tropical_Mysidacea_3184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-3.67 128.2)"^^geo:wktLiteral ;
  geo-pos:lat "-3.67"^^xsd:decimal ;
  geo-pos:long "128.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4503_Sample2_Ugent_Tropical_Mysidacea_3184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Ugent_Tropical_Mysidacea_3184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4503_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-02-27'^^xsd:date;
  dwc:institutionCode 'Ugent'^^xsd:string;
  dwc:collectionCode 'Tropical_Mysidacea'^^xsd:string;
  dwc:catalogNumber 'Ugent_Tropical_Mysidacea_3184'^^xsd:string;
  dwc:scientificName 'Siriella sp.1'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:longitude '128.2'^^xsd:double;
  dwc:startLongitude '128.2'^^xsd:double;
  dwc:endLongitude '128.2'^^xsd:double;
  dwc:latitude '-3.67'^^xsd:double;
  dwc:startLatitude '-3.67'^^xsd:double;
  dwc:endLatitude '-3.67'^^xsd:double;
  dwc:boundingBox 'POLYGON ((128.2 -3.67, 128.2 -3.67, 128.2 -3.67, 128.2 -3.67, 128.2 -3.67))'^^xsd:string;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '2'^^xsd:integer;
  dwc:aphiaid '119906'^^xsd:integer;
  dwc:samplingProtocol 'Hyperbenthic sledge (height 0,5m; mesh size 0,5mm)'^^xsd:string;
  dwc:occurrenceId 'Ugent_Tropical_Mysidacea_3184'^^xsd:string;
  dwc:observationDate '1996-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '119906'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
# EOF