@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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_66>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_66'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_66'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_67>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_67'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_67'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_58>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_58'^^xsd:string;
  dwc:scientificName 'Atlantidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '22990'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_58'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '22990'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_59>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_59'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_59'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_60>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_60'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_60'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_61>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_61'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_61'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_62>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_62'^^xsd:string;
  dwc:scientificName 'Branchiostoma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '104902'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_62'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '104902'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_63>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_63'^^xsd:string;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_63'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_64>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_64'^^xsd:string;
  dwc:scientificName 'Calanoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1100'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_64'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1100'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_65>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_65'^^xsd:string;
  dwc:scientificName 'Caridea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106674'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_65'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '106674'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_17'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_17'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_80>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_80'^^xsd:string;
  dwc:scientificName 'Hiperiidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1205'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_80'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1205'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_138'^^xsd:string;
  dwc:scientificName 'Ostreoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '151323'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_138'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '151323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_192> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_192'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_192'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_250> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_250'^^xsd:string;
  dwc:scientificName 'Thalia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137236'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_250'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137236'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_18>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_18'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_18'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_19'^^xsd:string;
  dwc:scientificName 'Crinoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123081'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_19'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '123081'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_20>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_20'^^xsd:string;
  dwc:scientificName 'Cryptoniscidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146881'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_20'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '146881'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_21>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_21'^^xsd:string;
  dwc:scientificName 'Ctenophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1248'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_21'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1248'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_22'^^xsd:string;
  dwc:scientificName 'Cumacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1137'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_22'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1137'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_23'^^xsd:string;
  dwc:scientificName 'Cyclopoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1101'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_23'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_24>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_24'^^xsd:string;
  dwc:scientificName 'Doliolus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_24'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_25>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_25'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_25'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_26'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_26'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_142> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_142'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_142'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_143> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_143'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_143'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_144> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_144'^^xsd:string;
  dwc:scientificName 'Poecilostomatoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1103'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_144'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1381349'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_145> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_145'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_145'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_139'^^xsd:string;
  dwc:scientificName 'Paguridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106738'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_139'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106738'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_140'^^xsd:string;
  dwc:scientificName 'Paragnathia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '118438'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_140'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '118438'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_141> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_141'^^xsd:string;
  dwc:scientificName 'Penaeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106727'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_141'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106727'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_81>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_81'^^xsd:string;
  dwc:scientificName 'Hydromedusae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_81'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_82>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_82'^^xsd:string;
  dwc:scientificName 'Larvacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '17446'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_82'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_83>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_83'^^xsd:string;
  dwc:scientificName 'Lucifer'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106827'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_83'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '106827'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_84>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_84'^^xsd:string;
  dwc:scientificName 'Monstrilloida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1106'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_84'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1106'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_85>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_85'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_85'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_86>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_86'^^xsd:string;
  dwc:scientificName 'Notoplana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '142231'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_86'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '142231'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_87>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_87'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_87'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_88>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_88'^^xsd:string;
  dwc:scientificName 'Ostreoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '151323'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_88'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '151323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_89>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_89'^^xsd:string;
  dwc:scientificName 'Paguridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106738'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_89'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '106738'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_27>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_27'^^xsd:string;
  dwc:scientificName 'Halobates'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '204105'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_27'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '204105'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_90>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_90'^^xsd:string;
  dwc:scientificName 'Paragnathia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '118438'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_90'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '118438'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_148> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_148'^^xsd:string;
  dwc:scientificName 'Siphonophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '254409'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_148'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_202> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_202'^^xsd:string;
  dwc:scientificName 'Amphioxus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '104900'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_202'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '104902'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_260> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_260'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_260'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_238> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_238'^^xsd:string;
  dwc:scientificName 'Ostreoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '151323'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_238'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '151323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_239> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_239'^^xsd:string;
  dwc:scientificName 'Paguridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106738'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_239'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '106738'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_240> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_240'^^xsd:string;
  dwc:scientificName 'Paragnathia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '118438'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_240'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '118438'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_241> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_241'^^xsd:string;
  dwc:scientificName 'Penaeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106727'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_241'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '106727'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_242> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_242'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_242'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_243> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_243'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_243'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_244> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_244'^^xsd:string;
  dwc:scientificName 'Poecilostomatoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1103'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_244'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1381349'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_245> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_245'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_245'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_246> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_246'^^xsd:string;
  dwc:scientificName 'Pycnogonida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1302'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_246'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1302'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_247> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_247'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_247'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_248> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_248'^^xsd:string;
  dwc:scientificName 'Siphonophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '254409'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_248'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_249> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_249'^^xsd:string;
  dwc:scientificName 'Stomatopoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '14355'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_249'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '14355'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_270> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_270'^^xsd:string;
  dwc:scientificName 'Cryptoniscidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146881'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_270'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146881'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_77>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_77'^^xsd:string;
  dwc:scientificName 'Halobates'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '204105'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_77'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '204105'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_78>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_78'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_78'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_79>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_79'^^xsd:string;
  dwc:scientificName 'Hemisiriella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '161533'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_79'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '161533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_100'^^xsd:string;
  dwc:scientificName 'Thalia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137236'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_100'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137236'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_158> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_158'^^xsd:string;
  dwc:scientificName 'Atlantidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '22990'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_158'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '22990'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_212> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_212'^^xsd:string;
  dwc:scientificName 'Branchiostoma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '104902'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_212'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '104902'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_280> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_280'^^xsd:string;
  dwc:scientificName 'Hiperiidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1205'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_280'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1205'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_271> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_271'^^xsd:string;
  dwc:scientificName 'Ctenophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1248'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_271'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1248'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_272> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_272'^^xsd:string;
  dwc:scientificName 'Cumacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1137'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_272'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1137'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_273> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_273'^^xsd:string;
  dwc:scientificName 'Cyclopoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1101'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_273'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_274> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_274'^^xsd:string;
  dwc:scientificName 'Doliolus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_274'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_275> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_275'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_275'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_276> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_276'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_276'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_277> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_277'^^xsd:string;
  dwc:scientificName 'Halobates'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '204105'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_277'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '204105'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_278> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_278'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_278'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_279> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_279'^^xsd:string;
  dwc:scientificName 'Hemisiriella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '161533'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_279'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '161533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_261> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_261'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_261'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_262> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_262'^^xsd:string;
  dwc:scientificName 'Branchiostoma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '104902'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_262'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '104902'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_263> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_263'^^xsd:string;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_263'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_264> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_264'^^xsd:string;
  dwc:scientificName 'Calanoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1100'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_264'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1100'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_265> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_265'^^xsd:string;
  dwc:scientificName 'Caridea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106674'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_265'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106674'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_266> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_266'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_266'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_267> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_267'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_267'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_268> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_268'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_268'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_269> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_269'^^xsd:string;
  dwc:scientificName 'Crinoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123081'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_269'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '123081'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_232> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_232'^^xsd:string;
  dwc:scientificName 'Larvacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '17446'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_232'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_233> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_233'^^xsd:string;
  dwc:scientificName 'Lucifer'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106827'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_233'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '106827'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_234> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_234'^^xsd:string;
  dwc:scientificName 'Monstrilloida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1106'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_234'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1106'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_235> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_235'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_235'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_236> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_236'^^xsd:string;
  dwc:scientificName 'Notoplana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '142231'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_236'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '142231'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_237> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_237'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_237'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_68>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_68'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_68'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_69>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_69'^^xsd:string;
  dwc:scientificName 'Crinoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123081'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_69'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '123081'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_70>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_70'^^xsd:string;
  dwc:scientificName 'Cryptoniscidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146881'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_70'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '146881'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_71>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_71'^^xsd:string;
  dwc:scientificName 'Ctenophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1248'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_71'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1248'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_72>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_72'^^xsd:string;
  dwc:scientificName 'Cumacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1137'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_72'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1137'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_73>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_73'^^xsd:string;
  dwc:scientificName 'Cyclopoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1101'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_73'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_74>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_74'^^xsd:string;
  dwc:scientificName 'Doliolus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_74'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_75>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_75'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_75'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_76>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_76'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_76'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_173> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_173'^^xsd:string;
  dwc:scientificName 'Cyclopoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1101'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_173'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_174> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_174'^^xsd:string;
  dwc:scientificName 'Doliolus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_174'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_175> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_175'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_175'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_176> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_176'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_176'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_177> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_177'^^xsd:string;
  dwc:scientificName 'Halobates'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '204105'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_177'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '204105'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_229> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_229'^^xsd:string;
  dwc:scientificName 'Hemisiriella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '161533'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_229'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '161533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_230> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_230'^^xsd:string;
  dwc:scientificName 'Hiperiidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1205'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_230'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1205'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_231> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_231'^^xsd:string;
  dwc:scientificName 'Hydromedusae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_231'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_1'^^xsd:string;
  dwc:scientificName 'Acetes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '158343'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_1'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '158343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_2'^^xsd:string;
  dwc:scientificName 'Amphioxus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '104900'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_2'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '104902'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_3'^^xsd:string;
  dwc:scientificName 'Anilocra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146493'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_3'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '146493'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_4'^^xsd:string;
  dwc:scientificName 'Anomura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106671'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_4'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '106671'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_37>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_37'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_37'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_110'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_110'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_168> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_168'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_168'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_228> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_228'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_228'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_290> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_290'^^xsd:string;
  dwc:scientificName 'Paragnathia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '118438'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_290'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '118438'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_38>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_38'^^xsd:string;
  dwc:scientificName 'Ostreoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '151323'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_38'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '151323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_39>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_39'^^xsd:string;
  dwc:scientificName 'Paguridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106738'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_39'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '106738'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_40>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_40'^^xsd:string;
  dwc:scientificName 'Paragnathia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '118438'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_40'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '118438'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_41>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_41'^^xsd:string;
  dwc:scientificName 'Penaeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106727'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_41'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '106727'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_42>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_42'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_42'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_43>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_43'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_43'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_44>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_44'^^xsd:string;
  dwc:scientificName 'Poecilostomatoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1103'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_44'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1381349'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_45>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_45'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_45'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_46>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_46'^^xsd:string;
  dwc:scientificName 'Pycnogonida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1302'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_46'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1302'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_5'^^xsd:string;
  dwc:scientificName 'Aphrodite aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '231869'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_5'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_6'^^xsd:string;
  dwc:scientificName 'Appendicularia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146421'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_6'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_7'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_7'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_8'^^xsd:string;
  dwc:scientificName 'Atlantidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '22990'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_8'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '22990'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_9'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_9'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_10'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_10'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_11'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_11'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_12'^^xsd:string;
  dwc:scientificName 'Branchiostoma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '104902'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_12'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '104902'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_13'^^xsd:string;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_13'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_14'^^xsd:string;
  dwc:scientificName 'Calanoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1100'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_14'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1100'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_15>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_15'^^xsd:string;
  dwc:scientificName 'Caridea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106674'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_15'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '106674'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_16>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_16'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_16'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_47>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_47'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_47'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_291> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_291'^^xsd:string;
  dwc:scientificName 'Penaeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106727'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_291'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106727'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_292> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_292'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_292'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_293> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_293'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_293'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_294> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_294'^^xsd:string;
  dwc:scientificName 'Poecilostomatoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1103'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_294'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1381349'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_295> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_295'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_295'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_48>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_48'^^xsd:string;
  dwc:scientificName 'Siphonophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '254409'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_48'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_49>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_49'^^xsd:string;
  dwc:scientificName 'Stomatopoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '14355'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_49'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '14355'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_50>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_50'^^xsd:string;
  dwc:scientificName 'Thalia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137236'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_50'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137236'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_51'^^xsd:string;
  dwc:scientificName 'Acetes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '158343'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_51'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '158343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_52'^^xsd:string;
  dwc:scientificName 'Amphioxus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '104900'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_52'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '104902'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_53>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_53'^^xsd:string;
  dwc:scientificName 'Anilocra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146493'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_53'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '146493'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_54>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_54'^^xsd:string;
  dwc:scientificName 'Anomura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106671'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_54'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '106671'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_55>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_55'^^xsd:string;
  dwc:scientificName 'Aphrodite aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '231869'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_55'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_56>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_56'^^xsd:string;
  dwc:scientificName 'Appendicularia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146421'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_56'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_111'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_111'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_112'^^xsd:string;
  dwc:scientificName 'Branchiostoma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '104902'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_112'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '104902'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_113'^^xsd:string;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_113'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_114'^^xsd:string;
  dwc:scientificName 'Calanoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1100'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_114'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1100'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_115> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_115'^^xsd:string;
  dwc:scientificName 'Caridea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106674'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_115'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106674'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_116'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_116'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_117> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_117'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_117'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_118'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_118'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_119> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_119'^^xsd:string;
  dwc:scientificName 'Crinoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123081'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_119'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123081'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_169> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_169'^^xsd:string;
  dwc:scientificName 'Crinoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123081'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_169'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '123081'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_170> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_170'^^xsd:string;
  dwc:scientificName 'Cryptoniscidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146881'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_170'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146881'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_171> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_171'^^xsd:string;
  dwc:scientificName 'Ctenophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1248'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_171'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1248'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_172> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_172'^^xsd:string;
  dwc:scientificName 'Cumacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1137'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_172'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1137'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_286> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_286'^^xsd:string;
  dwc:scientificName 'Notoplana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '142231'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_286'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '142231'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_287> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_287'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_287'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_288> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_288'^^xsd:string;
  dwc:scientificName 'Ostreoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '151323'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_288'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '151323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_289> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_289'^^xsd:string;
  dwc:scientificName 'Paguridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106738'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_289'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106738'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_180> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_180'^^xsd:string;
  dwc:scientificName 'Hiperiidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1205'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_180'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1205'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_181> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_181'^^xsd:string;
  dwc:scientificName 'Hydromedusae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_181'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_182> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_182'^^xsd:string;
  dwc:scientificName 'Larvacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '17446'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_182'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_183> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_183'^^xsd:string;
  dwc:scientificName 'Lucifer'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106827'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_183'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106827'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_184> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_184'^^xsd:string;
  dwc:scientificName 'Monstrilloida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1106'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_184'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1106'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_185> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_185'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_185'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_186> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_186'^^xsd:string;
  dwc:scientificName 'Notoplana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '142231'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_186'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '142231'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_187> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_187'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_187'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_188> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_188'^^xsd:string;
  dwc:scientificName 'Ostreoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '151323'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_188'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '151323'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '130'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_189> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_189'^^xsd:string;
  dwc:scientificName 'Paguridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106738'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_189'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106738'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_190> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_190'^^xsd:string;
  dwc:scientificName 'Paragnathia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '118438'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_190'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '118438'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_191> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_191'^^xsd:string;
  dwc:scientificName 'Penaeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106727'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_191'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106727'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_222> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_222'^^xsd:string;
  dwc:scientificName 'Cumacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1137'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_222'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1137'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_223> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_223'^^xsd:string;
  dwc:scientificName 'Cyclopoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1101'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_223'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_224> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_224'^^xsd:string;
  dwc:scientificName 'Doliolus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_224'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_225> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_225'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_225'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_226> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_226'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_226'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_227> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_227'^^xsd:string;
  dwc:scientificName 'Halobates'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '204105'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_227'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '204105'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_28'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_28'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_29>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_29'^^xsd:string;
  dwc:scientificName 'Hemisiriella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '161533'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_29'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '161533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_30>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_30'^^xsd:string;
  dwc:scientificName 'Hiperiidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1205'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_30'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1205'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_31>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_31'^^xsd:string;
  dwc:scientificName 'Hydromedusae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_31'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_32'^^xsd:string;
  dwc:scientificName 'Larvacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '17446'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_32'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_33>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_33'^^xsd:string;
  dwc:scientificName 'Lucifer'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106827'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_33'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '106827'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_34'^^xsd:string;
  dwc:scientificName 'Monstrilloida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1106'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_34'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1106'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_35>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_35'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_35'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie1_KMFRI_24hrs_zooplankton%281985-1986%29_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_36'^^xsd:string;
  dwc:scientificName 'Notoplana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '142231'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_36'^^xsd:string;
  dwc:observationDate '1985-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '142231'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_101'^^xsd:string;
  dwc:scientificName 'Acetes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '158343'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_101'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '158343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_102'^^xsd:string;
  dwc:scientificName 'Amphioxus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '104900'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_102'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '104902'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_103'^^xsd:string;
  dwc:scientificName 'Anilocra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146493'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_103'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '146493'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_104'^^xsd:string;
  dwc:scientificName 'Anomura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106671'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_104'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106671'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_105'^^xsd:string;
  dwc:scientificName 'Aphrodite aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '231869'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_105'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_106'^^xsd:string;
  dwc:scientificName 'Appendicularia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146421'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_106'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_107'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_107'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_108'^^xsd:string;
  dwc:scientificName 'Atlantidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '22990'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_108'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '22990'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_109> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_109'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_109'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_126> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_126'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_126'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_127'^^xsd:string;
  dwc:scientificName 'Halobates'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '204105'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_127'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '204105'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_128'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_128'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_129'^^xsd:string;
  dwc:scientificName 'Hemisiriella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '161533'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_129'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '161533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_130'^^xsd:string;
  dwc:scientificName 'Hiperiidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1205'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_130'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1205'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_131'^^xsd:string;
  dwc:scientificName 'Hydromedusae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_131'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_132'^^xsd:string;
  dwc:scientificName 'Larvacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '17446'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_132'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_133'^^xsd:string;
  dwc:scientificName 'Lucifer'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106827'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_133'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106827'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_134'^^xsd:string;
  dwc:scientificName 'Monstrilloida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1106'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_134'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1106'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_135'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_135'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_136'^^xsd:string;
  dwc:scientificName 'Notoplana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '142231'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_136'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '142231'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_137> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_137'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_137'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_159> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_159'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_159'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_160> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_160'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_160'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_161> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_161'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_161'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_162> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_162'^^xsd:string;
  dwc:scientificName 'Branchiostoma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '104902'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_162'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '104902'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_163> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_163'^^xsd:string;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_163'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_164> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_164'^^xsd:string;
  dwc:scientificName 'Calanoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1100'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_164'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1100'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_165> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_165'^^xsd:string;
  dwc:scientificName 'Caridea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106674'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_165'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106674'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_166> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_166'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_166'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_167> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_167'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_167'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_213> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_213'^^xsd:string;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_213'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_214> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_214'^^xsd:string;
  dwc:scientificName 'Calanoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1100'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_214'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1100'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_215> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_215'^^xsd:string;
  dwc:scientificName 'Caridea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106674'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_215'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '106674'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_216> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_216'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_216'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_217> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_217'^^xsd:string;
  dwc:scientificName 'Cladocera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1076'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_217'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '155670'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_218> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_218'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_218'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_219> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_219'^^xsd:string;
  dwc:scientificName 'Crinoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123081'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_219'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '123081'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_220> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_220'^^xsd:string;
  dwc:scientificName 'Cryptoniscidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146881'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_220'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '146881'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_221> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_221'^^xsd:string;
  dwc:scientificName 'Ctenophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1248'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_221'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1248'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_281> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_281'^^xsd:string;
  dwc:scientificName 'Hydromedusae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_281'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_282> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_282'^^xsd:string;
  dwc:scientificName 'Larvacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '17446'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_282'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_283> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_283'^^xsd:string;
  dwc:scientificName 'Lucifer'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106827'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_283'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106827'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_284> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_284'^^xsd:string;
  dwc:scientificName 'Monstrilloida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1106'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_284'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1106'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_285> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_285'^^xsd:string;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_285'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_91>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_91'^^xsd:string;
  dwc:scientificName 'Penaeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106727'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_91'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '106727'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_92>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_92'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_92'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_93>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_93'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_93'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_94>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_94'^^xsd:string;
  dwc:scientificName 'Poecilostomatoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1103'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_94'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1381349'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_95>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_95'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_95'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_96>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_96'^^xsd:string;
  dwc:scientificName 'Pycnogonida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1302'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_96'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1302'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_97>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_97'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_97'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_98>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_98'^^xsd:string;
  dwc:scientificName 'Siphonophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '254409'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_98'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_99>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_99'^^xsd:string;
  dwc:scientificName 'Stomatopoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '14355'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_99'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '14355'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_296> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_296'^^xsd:string;
  dwc:scientificName 'Pycnogonida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1302'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_296'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1302'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_297> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_297'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_297'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_298> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_298'^^xsd:string;
  dwc:scientificName 'Siphonophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '254409'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_298'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_299> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_299'^^xsd:string;
  dwc:scientificName 'Stomatopoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '14355'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_299'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '14355'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_300> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_300'^^xsd:string;
  dwc:scientificName 'Thalia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137236'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_300'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137236'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_149> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_149'^^xsd:string;
  dwc:scientificName 'Stomatopoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '14355'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_149'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '14355'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_150> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_150'^^xsd:string;
  dwc:scientificName 'Thalia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137236'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_150'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137236'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_151> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_151'^^xsd:string;
  dwc:scientificName 'Acetes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '158343'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_151'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '158343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_152> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_152'^^xsd:string;
  dwc:scientificName 'Amphioxus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '104900'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_152'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '104902'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_153> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_153'^^xsd:string;
  dwc:scientificName 'Anilocra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146493'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_153'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146493'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_154> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_154'^^xsd:string;
  dwc:scientificName 'Anomura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106671'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_154'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106671'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_155> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_155'^^xsd:string;
  dwc:scientificName 'Aphrodite aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '231869'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_155'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_156> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_156'^^xsd:string;
  dwc:scientificName 'Appendicularia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146421'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_156'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_157> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_157'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_157'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_203> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_203'^^xsd:string;
  dwc:scientificName 'Anilocra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146493'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_203'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '146493'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_204> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_204'^^xsd:string;
  dwc:scientificName 'Anomura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106671'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_204'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '106671'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_205> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_205'^^xsd:string;
  dwc:scientificName 'Aphrodite aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '231869'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_205'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_206> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_206'^^xsd:string;
  dwc:scientificName 'Appendicularia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146421'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_206'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_207> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_207'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_207'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_208> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_208'^^xsd:string;
  dwc:scientificName 'Atlantidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '22990'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_208'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '22990'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_209> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_209'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_209'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_210> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_210'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_210'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_211> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_211'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_211'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_146> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_146'^^xsd:string;
  dwc:scientificName 'Pycnogonida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1302'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_146'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1302'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_147> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_147'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_147'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_193> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_193'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_193'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_194> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_194'^^xsd:string;
  dwc:scientificName 'Poecilostomatoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1103'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_194'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1381349'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_195> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_195'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_195'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_196> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_196'^^xsd:string;
  dwc:scientificName 'Pycnogonida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1302'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_196'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1302'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_197> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_197'^^xsd:string;
  dwc:scientificName 'Sagitta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '105410'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_197'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '105410'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_198> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_198'^^xsd:string;
  dwc:scientificName 'Siphonophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '254409'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_198'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1371'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_199> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_199'^^xsd:string;
  dwc:scientificName 'Stomatopoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '14355'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_199'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '14355'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_200> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_200'^^xsd:string;
  dwc:scientificName 'Thalia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137236'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_200'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137236'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_201> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie5_KMFRI_24hrs_zooplankton%281985-1986%29_201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_201'^^xsd:string;
  dwc:scientificName 'Acetes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startMonthCollected '12'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '158343'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_201'^^xsd:string;
  dwc:observationDate '1985-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '158343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_57>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie2_KMFRI_24hrs_zooplankton%281985-1986%29_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_57'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_57'^^xsd:string;
  dwc:observationDate '1985-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_120'^^xsd:string;
  dwc:scientificName 'Cryptoniscidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146881'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_120'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '146881'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_178> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_178'^^xsd:string;
  dwc:scientificName 'Harpacticoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_178'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_179> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie4_KMFRI_24hrs_zooplankton%281985-1986%29_179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_179'^^xsd:string;
  dwc:scientificName 'Hemisiriella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '161533'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_179'^^xsd:string;
  dwc:observationDate '1985-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '161533'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_255> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_255'^^xsd:string;
  dwc:scientificName 'Aphrodite aculeata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '231869'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_255'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_256> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_256'^^xsd:string;
  dwc:scientificName 'Appendicularia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146421'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_256'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_257> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_257'^^xsd:string;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_257'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_258> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_258'^^xsd:string;
  dwc:scientificName 'Atlantidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '22990'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_258'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '22990'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_259> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_259'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_259'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_251> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_251'^^xsd:string;
  dwc:scientificName 'Acetes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '158343'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_251'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '158343'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_252> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_252'^^xsd:string;
  dwc:scientificName 'Amphioxus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '104900'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_252'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '104902'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_253> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_253'^^xsd:string;
  dwc:scientificName 'Anilocra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '146493'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_253'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146493'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_254> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie6_KMFRI_24hrs_zooplankton%281985-1986%29_254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_254'^^xsd:string;
  dwc:scientificName 'Anomura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:startYearCollected '1986'^^xsd:integer;
  dwc:endYearCollected '1986'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startMonthCollected '2'^^xsd:integer;
  dwc:endMonthCollected '2'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '106671'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_254'^^xsd:string;
  dwc:observationDate '1986-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106671'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_121'^^xsd:string;
  dwc:scientificName 'Ctenophora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1248'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_121'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1248'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_122> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_122'^^xsd:string;
  dwc:scientificName 'Cumacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1137'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_122'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1137'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_123'^^xsd:string;
  dwc:scientificName 'Cyclopoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '1101'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_123'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_124> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_124'^^xsd:string;
  dwc:scientificName 'Doliolus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '137222'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_124'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137222'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.05"^^xsd:decimal ;
  dwc:decimalLongitude "39.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/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.05 39.62)"^^geo:wktLiteral ;
  geo-pos:lat "-4.05"^^xsd:decimal ;
  geo-pos:long "39.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4486_24h_Serie3_KMFRI_24hrs_zooplankton%281985-1986%29_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "KMFRI_24hrs_zooplankton(1985-1986)_125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4486_> ;
  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 'KMFRI'^^xsd:string;
  dwc:collectionCode '24hrs_zooplankton(1985-1986)'^^xsd:string;
  dwc:catalogNumber 'KMFRI_24hrs_zooplankton(1985-1986)_125'^^xsd:string;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1985'^^xsd:integer;
  dwc:startYearCollected '1985'^^xsd:integer;
  dwc:endYearCollected '1985'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '39.62'^^xsd:double;
  dwc:startLongitude '39.62'^^xsd:double;
  dwc:endLongitude '39.62'^^xsd:double;
  dwc:latitude '-4.05'^^xsd:double;
  dwc:startLatitude '-4.05'^^xsd:double;
  dwc:endLatitude '-4.05'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05, 39.62 -4.05))'^^xsd:string;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:samplingProtocol 'Clarke-Bumpus sampler (mouth area 0,017m^2; net mesh size 180 5m; 4min. towed at 1,6m/s at the surface)'^^xsd:string;
  dwc:occurrenceId 'KMFRI_24hrs_zooplankton(1985-1986)_125'^^xsd:string;
  dwc:observationDate '1985-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
# EOF