@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/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16789'^^xsd:string;
  dwc:scientificName 'Pteropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '325345'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16789'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '325345'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16741'^^xsd:string;
  dwc:scientificName 'Acartia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16741'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16745'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16745'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16747'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16747'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16748'^^xsd:string;
  dwc:scientificName 'Calanoides carinatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '104462'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16748'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16749'^^xsd:string;
  dwc:scientificName 'Calanopia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '104207'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16749'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104207'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16767'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16767'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16768'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16768'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16769'^^xsd:string;
  dwc:scientificName 'Harpacticoida spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '1102'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16769'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1102'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16771'^^xsd:string;
  dwc:scientificName 'Labidocera spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '104208'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16771'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104208'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16773'^^xsd:string;
  dwc:scientificName 'Lucifer'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '106827'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16773'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106827'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16752'^^xsd:string;
  dwc:scientificName 'Centropages furcatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '104495'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16752'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104495'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16753'^^xsd:string;
  dwc:scientificName 'Centropages orsini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '220901'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16753'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220901'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16754'^^xsd:string;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16754'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16756'^^xsd:string;
  dwc:scientificName 'Clausocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16756'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16758'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16758'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16759'^^xsd:string;
  dwc:scientificName 'Copilia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '128721'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16759'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16760'^^xsd:string;
  dwc:scientificName 'Corycaeus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16760'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16762'^^xsd:string;
  dwc:scientificName 'Eucalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '104171'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16762'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16763'^^xsd:string;
  dwc:scientificName 'Euchaeta spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '104174'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16763'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104174'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16764'^^xsd:string;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16764'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16765'^^xsd:string;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16765'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16774'^^xsd:string;
  dwc:scientificName 'Medusae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '596365'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16774'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16777'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16777'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16778'^^xsd:string;
  dwc:scientificName 'Oithona spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16778'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16779'^^xsd:string;
  dwc:scientificName 'Oncaea spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16779'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16781'^^xsd:string;
  dwc:scientificName 'Penaeidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '106727'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16781'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106727'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16782'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16782'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16783'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16783'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16784'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16784'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16790'^^xsd:string;
  dwc:scientificName 'Rhincalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '104172'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16790'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104172'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16792'^^xsd:string;
  dwc:scientificName 'Scolecithrix spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '104230'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16792'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104230'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16793'^^xsd:string;
  dwc:scientificName 'Stomatopoda spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '14355'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16793'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '14355'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16795'^^xsd:string;
  dwc:scientificName 'Temora turbinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '104880'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16795'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104880'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.43"^^xsd:decimal ;
  dwc:decimalLongitude "39.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.43 39.52)"^^geo:wktLiteral ;
  geo-pos:lat "-4.43"^^xsd:decimal ;
  geo-pos:long "39.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ503_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16797'^^xsd:string;
  dwc:scientificName 'Undinula vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.52'^^xsd:double;
  dwc:startLongitude '39.5294956024'^^xsd:double;
  dwc:endLongitude '39.5294956024'^^xsd:double;
  dwc:latitude '-4.43'^^xsd:double;
  dwc:startLatitude '-4.43378225443'^^xsd:double;
  dwc:endLatitude '-4.43378225443'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443, 39.5294956024 -4.43378225443))'^^xsd:string;
  dwc:aphiaid '104473'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16797'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104473'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16800'^^xsd:string;
  dwc:scientificName 'Acrocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '104192'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16800'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104192'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16805'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16805'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16830'^^xsd:string;
  dwc:scientificName 'Lucicutia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '104183'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16830'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104183'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16831'^^xsd:string;
  dwc:scientificName 'Lucifer'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '106827'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16831'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106827'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16835'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16835'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16836'^^xsd:string;
  dwc:scientificName 'Oithona spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16836'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16837'^^xsd:string;
  dwc:scientificName 'Oncaea spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16837'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16799'^^xsd:string;
  dwc:scientificName 'Acartia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16799'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16842'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16842'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16844'^^xsd:string;
  dwc:scientificName 'Pontellina spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '104210'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16844'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104210'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16855'^^xsd:string;
  dwc:scientificName 'Undinula vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '104473'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16855'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104473'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16808'^^xsd:string;
  dwc:scientificName 'Candacia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '104157'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16808'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104157'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16811'^^xsd:string;
  dwc:scientificName 'Centropages orsini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '220901'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16811'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220901'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16812'^^xsd:string;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16812'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16828'^^xsd:string;
  dwc:scientificName 'Isopoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '1131'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16828'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1131'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16841'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16841'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16814'^^xsd:string;
  dwc:scientificName 'Clausocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16814'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16816'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16816'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16818'^^xsd:string;
  dwc:scientificName 'Corycaeus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16818'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16821'^^xsd:string;
  dwc:scientificName 'Euchaeta spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '104174'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16821'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104174'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16822'^^xsd:string;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16822'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16823'^^xsd:string;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16823'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16825'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16825'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16826'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16826'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16806'^^xsd:string;
  dwc:scientificName 'Calanoides carinatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '104462'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16806'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.42"^^xsd:decimal ;
  dwc:decimalLongitude "39.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.42 39.75)"^^geo:wktLiteral ;
  geo-pos:lat "-4.42"^^xsd:decimal ;
  geo-pos:long "39.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ505_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16807'^^xsd:string;
  dwc:scientificName 'Calanopia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '39.75'^^xsd:double;
  dwc:startLongitude '39.7515866232'^^xsd:double;
  dwc:endLongitude '39.7515866232'^^xsd:double;
  dwc:latitude '-4.42'^^xsd:double;
  dwc:startLatitude '-4.42144386438'^^xsd:double;
  dwc:endLatitude '-4.42144386438'^^xsd:double;
  dwc:boundingBox 'POLYGON ((39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438, 39.7515866232 -4.42144386438))'^^xsd:string;
  dwc:aphiaid '104207'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16807'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104207'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17166'^^xsd:string;
  dwc:scientificName 'Corycaeus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17166'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17168'^^xsd:string;
  dwc:scientificName 'Eucalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '104171'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17168'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17171'^^xsd:string;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17171'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17173'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17173'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17199'^^xsd:string;
  dwc:scientificName 'Stomatopoda spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '14355'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17199'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '14355'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17201'^^xsd:string;
  dwc:scientificName 'Temora turbinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '104880'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17201'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104880'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17202'^^xsd:string;
  dwc:scientificName 'Tortanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '157683'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17202'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157683'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17203'^^xsd:string;
  dwc:scientificName 'Undinula vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '104473'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17203'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104473'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17190'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17190'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17191'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17191'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17192'^^xsd:string;
  dwc:scientificName 'Pontellina spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '104210'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17192'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104210'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17194'^^xsd:string;
  dwc:scientificName 'Pseudodiaptomus ssp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '157680'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17194'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157680'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17195'^^xsd:string;
  dwc:scientificName 'Pteropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '325345'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17195'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '325345'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17147'^^xsd:string;
  dwc:scientificName 'Acartia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17147'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17148'^^xsd:string;
  dwc:scientificName 'Acrocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '104192'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17148'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104192'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17185'^^xsd:string;
  dwc:scientificName 'Oncaea spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17185'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17186'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17186'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17188'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17188'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17151'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17151'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17152'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17152'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17155'^^xsd:string;
  dwc:scientificName 'Calanopia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '104207'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17155'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104207'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17158'^^xsd:string;
  dwc:scientificName 'Centropages furcatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '104495'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17158'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104495'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17160'^^xsd:string;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17160'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17161'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17161'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17162'^^xsd:string;
  dwc:scientificName 'Clausocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17162'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17164'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17164'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17174'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17174'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17179'^^xsd:string;
  dwc:scientificName 'Lucifer'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '106827'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17179'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106827'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17181'^^xsd:string;
  dwc:scientificName 'Microsetella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '115341'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17181'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115341'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17183'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17183'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.82"^^xsd:decimal ;
  dwc:decimalLongitude "40.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.82 40.33)"^^geo:wktLiteral ;
  geo-pos:lat "-2.82"^^xsd:decimal ;
  geo-pos:long "40.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL508_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17184'^^xsd:string;
  dwc:scientificName 'Oithona spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.33'^^xsd:double;
  dwc:startLongitude '40.3376601503'^^xsd:double;
  dwc:endLongitude '40.3376601503'^^xsd:double;
  dwc:latitude '-2.82'^^xsd:double;
  dwc:startLatitude '-2.82362235361'^^xsd:double;
  dwc:endLatitude '-2.82362235361'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361, 40.3376601503 -2.82362235361))'^^xsd:string;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17184'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16864'^^xsd:string;
  dwc:scientificName 'Calanoides carinatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '104462'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16864'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16857'^^xsd:string;
  dwc:scientificName 'Acartia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16857'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16870'^^xsd:string;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16870'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16876'^^xsd:string;
  dwc:scientificName 'Corycaeus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16876'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16878'^^xsd:string;
  dwc:scientificName 'Eucalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '104171'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16878'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16879'^^xsd:string;
  dwc:scientificName 'Euchaeta spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '104174'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16879'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104174'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16880'^^xsd:string;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16880'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16881'^^xsd:string;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16881'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16894'^^xsd:string;
  dwc:scientificName 'Oithona spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16894'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16895'^^xsd:string;
  dwc:scientificName 'Oncaea spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16895'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16898'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16898'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16900'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16900'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16888'^^xsd:string;
  dwc:scientificName 'Lucicutia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '104183'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16888'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104183'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16889'^^xsd:string;
  dwc:scientificName 'Lucifer'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '106827'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16889'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106827'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16893'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16893'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16906'^^xsd:string;
  dwc:scientificName 'Rhincalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '104172'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16906'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104172'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16908'^^xsd:string;
  dwc:scientificName 'Scolecithrix spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '104230'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16908'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104230'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.29"^^xsd:decimal ;
  dwc:decimalLongitude "40.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.29 40.39)"^^geo:wktLiteral ;
  geo-pos:lat "-4.29"^^xsd:decimal ;
  geo-pos:long "40.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ506_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16913'^^xsd:string;
  dwc:scientificName 'Undinula vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.39'^^xsd:double;
  dwc:startLongitude '40.3931829055'^^xsd:double;
  dwc:endLongitude '40.3931829055'^^xsd:double;
  dwc:latitude '-4.29'^^xsd:double;
  dwc:startLatitude '-4.29189076891'^^xsd:double;
  dwc:endLatitude '-4.29189076891'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891, 40.3931829055 -4.29189076891))'^^xsd:string;
  dwc:aphiaid '104473'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16913'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104473'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17209'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17209'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17211'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17211'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17212'^^xsd:string;
  dwc:scientificName 'Calanoides carinatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '104462'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17212'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17213'^^xsd:string;
  dwc:scientificName 'Calanopia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '104207'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17213'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104207'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17254'^^xsd:string;
  dwc:scientificName 'Rhincalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '104172'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17254'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104172'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17256'^^xsd:string;
  dwc:scientificName 'Scolecithrix spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '104230'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17256'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104230'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17257'^^xsd:string;
  dwc:scientificName 'Stomatopoda spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '14355'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17257'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '14355'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17259'^^xsd:string;
  dwc:scientificName 'Temora turbinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '104880'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17259'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104880'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17261'^^xsd:string;
  dwc:scientificName 'Undinula vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '104473'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17261'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104473'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17218'^^xsd:string;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17218'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17219'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17219'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17222'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17222'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17223'^^xsd:string;
  dwc:scientificName 'Copilia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '128721'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17223'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17224'^^xsd:string;
  dwc:scientificName 'Corycaeus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17224'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17226'^^xsd:string;
  dwc:scientificName 'Eucalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '104171'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17226'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17227'^^xsd:string;
  dwc:scientificName 'Euchaeta spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '104174'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17227'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104174'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17229'^^xsd:string;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17229'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17205'^^xsd:string;
  dwc:scientificName 'Acartia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17205'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17214'^^xsd:string;
  dwc:scientificName 'Candacia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '104157'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17214'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104157'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17215'^^xsd:string;
  dwc:scientificName 'Canthocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '204079'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17215'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '204079'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17216'^^xsd:string;
  dwc:scientificName 'Centropages furcatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '104495'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17216'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104495'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17217'^^xsd:string;
  dwc:scientificName 'Centropages orsini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '220901'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17217'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220901'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17230'^^xsd:string;
  dwc:scientificName 'Euphausiidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '110671'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17230'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '110671'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17231'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17231'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17232'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17232'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17236'^^xsd:string;
  dwc:scientificName 'Lucicutia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '104183'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17236'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104183'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17240'^^xsd:string;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17240'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17241'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17241'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17242'^^xsd:string;
  dwc:scientificName 'Oithona spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17242'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17243'^^xsd:string;
  dwc:scientificName 'Oncaea spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17243'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17244'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17244'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17246'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17246'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17252'^^xsd:string;
  dwc:scientificName 'Pseudodiaptomus ssp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '157680'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17252'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157680'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17262'^^xsd:string;
  dwc:scientificName 'Unknown Calanoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '1100'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17262'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1100'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.96"^^xsd:decimal ;
  dwc:decimalLongitude "40.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.96 40.68)"^^geo:wktLiteral ;
  geo-pos:lat "-2.96"^^xsd:decimal ;
  geo-pos:long "40.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL517_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17206'^^xsd:string;
  dwc:scientificName 'Acrocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '40.68'^^xsd:double;
  dwc:startLongitude '40.6831350715'^^xsd:double;
  dwc:endLongitude '40.6831350715'^^xsd:double;
  dwc:latitude '-2.96'^^xsd:double;
  dwc:startLatitude '-2.96551383912'^^xsd:double;
  dwc:endLatitude '-2.96551383912'^^xsd:double;
  dwc:boundingBox 'POLYGON ((40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912, 40.6831350715 -2.96551383912))'^^xsd:string;
  dwc:aphiaid '104192'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17206'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104192'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17317'^^xsd:string;
  dwc:scientificName 'Temora turbinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '104880'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17317'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104880'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17276'^^xsd:string;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17276'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17286'^^xsd:string;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17286'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17289'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17289'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17290'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17290'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17285'^^xsd:string;
  dwc:scientificName 'Euchaeta spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '104174'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17285'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104174'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17294'^^xsd:string;
  dwc:scientificName 'Lucicutia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '104183'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17294'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104183'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17298'^^xsd:string;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17298'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17299'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17299'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17300'^^xsd:string;
  dwc:scientificName 'Oithona spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17300'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17301'^^xsd:string;
  dwc:scientificName 'Oncaea spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17301'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17302'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17302'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17278'^^xsd:string;
  dwc:scientificName 'Clausocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17278'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17279'^^xsd:string;
  dwc:scientificName 'Clytemnestra spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '115273'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17279'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17280'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17280'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17282'^^xsd:string;
  dwc:scientificName 'Corycaeus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17282'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17284'^^xsd:string;
  dwc:scientificName 'Eucalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '104171'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17284'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17305'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17305'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17307'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17307'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17309'^^xsd:string;
  dwc:scientificName 'Pontellopsis spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '104211'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17309'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104211'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17310'^^xsd:string;
  dwc:scientificName 'Pseudodiaptomus ssp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '157680'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17310'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157680'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17312'^^xsd:string;
  dwc:scientificName 'Rhincalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '104172'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17312'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104172'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17313'^^xsd:string;
  dwc:scientificName 'Sapphirina spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '128722'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17313'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128722'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17314'^^xsd:string;
  dwc:scientificName 'Scolecithrix spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '104230'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17314'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104230'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17316'^^xsd:string;
  dwc:scientificName 'Temora discaudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '220898'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17316'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220898'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17319'^^xsd:string;
  dwc:scientificName 'Undinula vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '104473'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17319'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104473'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17320'^^xsd:string;
  dwc:scientificName 'Unknown Calanoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '1100'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17320'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1100'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17263'^^xsd:string;
  dwc:scientificName 'Acartia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17263'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17264'^^xsd:string;
  dwc:scientificName 'Acrocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '104192'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17264'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104192'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17267'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17267'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.89"^^xsd:decimal ;
  dwc:decimalLongitude "41.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.89 41.1)"^^geo:wktLiteral ;
  geo-pos:lat "-2.89"^^xsd:decimal ;
  geo-pos:long "41.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL518_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17272'^^xsd:string;
  dwc:scientificName 'Candacia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.1'^^xsd:double;
  dwc:startLongitude '41.1026403331'^^xsd:double;
  dwc:endLongitude '41.1026403331'^^xsd:double;
  dwc:latitude '-2.89'^^xsd:double;
  dwc:startLatitude '-2.89148349886'^^xsd:double;
  dwc:endLatitude '-2.89148349886'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886, 41.1026403331 -2.89148349886))'^^xsd:string;
  dwc:aphiaid '104157'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17272'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104157'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16922'^^xsd:string;
  dwc:scientificName 'Calanoides carinatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '104462'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16922'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16966'^^xsd:string;
  dwc:scientificName 'Scolecithrix spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '104230'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16966'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104230'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16971'^^xsd:string;
  dwc:scientificName 'Undinula vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '104473'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16971'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104473'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16964'^^xsd:string;
  dwc:scientificName 'Rhincalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '104172'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16964'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104172'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16928'^^xsd:string;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16928'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16942'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16942'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16947'^^xsd:string;
  dwc:scientificName 'Lucifer'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '106827'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16947'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106827'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16951'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16951'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16952'^^xsd:string;
  dwc:scientificName 'Oithona spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16952'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16953'^^xsd:string;
  dwc:scientificName 'Oncaea spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16953'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16934'^^xsd:string;
  dwc:scientificName 'Corycaeus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16934'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16936'^^xsd:string;
  dwc:scientificName 'Eucalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '104171'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16936'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16937'^^xsd:string;
  dwc:scientificName 'Euchaeta spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '104174'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16937'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104174'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16938'^^xsd:string;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16938'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16941'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16941'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-4.16"^^xsd:decimal ;
  dwc:decimalLongitude "41.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-4.16 41.28)"^^geo:wktLiteral ;
  geo-pos:lat "-4.16"^^xsd:decimal ;
  geo-pos:long "41.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20GAZ507_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16915'^^xsd:string;
  dwc:scientificName 'Acartia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.28'^^xsd:double;
  dwc:startLongitude '41.2815469887'^^xsd:double;
  dwc:endLongitude '41.2815469887'^^xsd:double;
  dwc:latitude '-4.16'^^xsd:double;
  dwc:startLatitude '-4.16233767345'^^xsd:double;
  dwc:endLatitude '-4.16233767345'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345, 41.2815469887 -4.16233767345))'^^xsd:string;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16915'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17375'^^xsd:string;
  dwc:scientificName 'Temora turbinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '104880'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17375'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104880'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17377'^^xsd:string;
  dwc:scientificName 'Undinula vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '104473'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17377'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104473'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17378'^^xsd:string;
  dwc:scientificName 'Unknown Calanoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '1100'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17378'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1100'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17329'^^xsd:string;
  dwc:scientificName 'Calanopia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '104207'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17329'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104207'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17330'^^xsd:string;
  dwc:scientificName 'Candacia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '104157'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17330'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104157'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17331'^^xsd:string;
  dwc:scientificName 'Canthocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '204079'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17331'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '204079'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17334'^^xsd:string;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17334'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17338'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17338'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17340'^^xsd:string;
  dwc:scientificName 'Corycaeus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17340'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17341'^^xsd:string;
  dwc:scientificName 'Doliolida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '137212'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17341'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137212'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17352'^^xsd:string;
  dwc:scientificName 'Lucicutia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '104183'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17352'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104183'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17353'^^xsd:string;
  dwc:scientificName 'Lucifer'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '106827'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17353'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106827'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17356'^^xsd:string;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17356'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17357'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17357'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17358'^^xsd:string;
  dwc:scientificName 'Oithona spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17358'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17359'^^xsd:string;
  dwc:scientificName 'Oncaea spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17359'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17342'^^xsd:string;
  dwc:scientificName 'Eucalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '104171'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17342'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17343'^^xsd:string;
  dwc:scientificName 'Euchaeta spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '104174'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17343'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104174'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17345'^^xsd:string;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17345'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17347'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17347'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17348'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17348'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17322'^^xsd:string;
  dwc:scientificName 'Acrocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '104192'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17322'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104192'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17323'^^xsd:string;
  dwc:scientificName 'Amphioxus lanceolata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '104904'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17323'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104906'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17325'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17325'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17360'^^xsd:string;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17360'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17363'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17363'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17365'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17365'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17367'^^xsd:string;
  dwc:scientificName 'Pontellopsis spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '104211'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17367'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104211'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17368'^^xsd:string;
  dwc:scientificName 'Pseudodiaptomus ssp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '157680'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17368'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157680'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17370'^^xsd:string;
  dwc:scientificName 'Rhincalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '104172'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17370'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104172'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17371'^^xsd:string;
  dwc:scientificName 'Sapphirina spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '128722'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17371'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128722'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17372'^^xsd:string;
  dwc:scientificName 'Scolecithrix spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '104230'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17372'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104230'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-2.95"^^xsd:decimal ;
  dwc:decimalLongitude "41.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-2.95 41.42)"^^geo:wktLiteral ;
  geo-pos:lat "-2.95"^^xsd:decimal ;
  geo-pos:long "41.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20MAL519_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17321'^^xsd:string;
  dwc:scientificName 'Acartia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.42'^^xsd:double;
  dwc:startLongitude '41.4234384742'^^xsd:double;
  dwc:endLongitude '41.4234384742'^^xsd:double;
  dwc:latitude '-2.95'^^xsd:double;
  dwc:startLatitude '-2.9593446441'^^xsd:double;
  dwc:endLatitude '-2.9593446441'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441, 41.4234384742 -2.9593446441))'^^xsd:string;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17321'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16983'^^xsd:string;
  dwc:scientificName 'Canthocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '204079'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16983'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '204079'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16984'^^xsd:string;
  dwc:scientificName 'Centropages furcatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '104495'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16984'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104495'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16985'^^xsd:string;
  dwc:scientificName 'Centropages orsini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '220901'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16985'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220901'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16986'^^xsd:string;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16986'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17030'^^xsd:string;
  dwc:scientificName 'Unknown Calanoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '1100'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17030'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1100'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17000'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17000'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17007'^^xsd:string;
  dwc:scientificName 'Microsetella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '115341'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17007'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115341'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17008'^^xsd:string;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17008'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17009'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17009'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17010'^^xsd:string;
  dwc:scientificName 'Oithona spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17010'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16973'^^xsd:string;
  dwc:scientificName 'Acartia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16973'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16974'^^xsd:string;
  dwc:scientificName 'Acrocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '104192'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16974'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104192'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16979'^^xsd:string;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16979'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16981'^^xsd:string;
  dwc:scientificName 'Calanopia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '104207'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16981'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104207'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16990'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16990'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16992'^^xsd:string;
  dwc:scientificName 'Corycaeus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16992'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16994'^^xsd:string;
  dwc:scientificName 'Eucalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '104171'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16994'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16995'^^xsd:string;
  dwc:scientificName 'Euchaeta spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '104174'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16995'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104174'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16997'^^xsd:string;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16997'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16998'^^xsd:string;
  dwc:scientificName 'Euphausiidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '110671'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16998'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '110671'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_16999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16999'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_16999'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17029'^^xsd:string;
  dwc:scientificName 'Undinula vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '104473'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17029'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104473'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17011'^^xsd:string;
  dwc:scientificName 'Oncaea spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17011'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17014'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17014'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17015'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17015'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17016'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17016'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17019'^^xsd:string;
  dwc:scientificName 'Pontellopsis spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '104211'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17019'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104211'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17021'^^xsd:string;
  dwc:scientificName 'Pteropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '325345'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17021'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '325345'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17022'^^xsd:string;
  dwc:scientificName 'Rhincalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '104172'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17022'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104172'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.79"^^xsd:decimal ;
  dwc:decimalLongitude "41.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.79 41.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.79"^^xsd:decimal ;
  geo-pos:long "41.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM531_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17027'^^xsd:string;
  dwc:scientificName 'Temora turbinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.55'^^xsd:double;
  dwc:startLongitude '41.5591607647'^^xsd:double;
  dwc:endLongitude '41.5591607647'^^xsd:double;
  dwc:latitude '-1.79'^^xsd:double;
  dwc:startLatitude '-1.79953597991'^^xsd:double;
  dwc:endLatitude '-1.79953597991'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991, 41.5591607647 -1.79953597991))'^^xsd:string;
  dwc:aphiaid '104880'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17027'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104880'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17074'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17074'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17075'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17075'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17078'^^xsd:string;
  dwc:scientificName 'Pseudodiaptomus ssp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '157680'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17078'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157680'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17079'^^xsd:string;
  dwc:scientificName 'Pteropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '325345'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17079'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '325345'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17080'^^xsd:string;
  dwc:scientificName 'Rhincalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '104172'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17080'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104172'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17081'^^xsd:string;
  dwc:scientificName 'Sapphirina spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '128722'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17081'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128722'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17082'^^xsd:string;
  dwc:scientificName 'Scolecithrix spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '104230'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17082'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104230'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17083'^^xsd:string;
  dwc:scientificName 'Stomatopoda spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '14355'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17083'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '14355'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17085'^^xsd:string;
  dwc:scientificName 'Temora turbinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '104880'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17085'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104880'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17058'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17058'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17061'^^xsd:string;
  dwc:scientificName 'Labidocera spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '104208'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17061'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104208'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17068'^^xsd:string;
  dwc:scientificName 'Oithona spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17068'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17069'^^xsd:string;
  dwc:scientificName 'Oncaea spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17069'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17087'^^xsd:string;
  dwc:scientificName 'Undinula vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '104473'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17087'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104473'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17088'^^xsd:string;
  dwc:scientificName 'Unknown Calanoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '1100'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17088'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1100'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17048'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17048'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17049'^^xsd:string;
  dwc:scientificName 'Copilia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '128721'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17049'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128721'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17050'^^xsd:string;
  dwc:scientificName 'Corycaeus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17050'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17052'^^xsd:string;
  dwc:scientificName 'Eucalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '104171'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17052'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104171'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17053'^^xsd:string;
  dwc:scientificName 'Euchaeta spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '104174'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17053'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104174'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17062'^^xsd:string;
  dwc:scientificName 'Lucicutia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '104183'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17062'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104183'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17067'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17067'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17031'^^xsd:string;
  dwc:scientificName 'Acartia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17031'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17032'^^xsd:string;
  dwc:scientificName 'Acrocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '104192'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17032'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104192'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17034'^^xsd:string;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17034'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17035'^^xsd:string;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17035'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17038'^^xsd:string;
  dwc:scientificName 'Calanoides carinatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '104462'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17038'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104462'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17040'^^xsd:string;
  dwc:scientificName 'Candacia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '104157'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17040'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104157'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17041'^^xsd:string;
  dwc:scientificName 'Canthocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '204079'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17041'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '204079'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17042'^^xsd:string;
  dwc:scientificName 'Centropages furcatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '104495'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17042'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104495'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17043'^^xsd:string;
  dwc:scientificName 'Centropages orsini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '220901'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17043'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '220901'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17044'^^xsd:string;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17044'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17055'^^xsd:string;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17055'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17056'^^xsd:string;
  dwc:scientificName 'Euphausiidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '110671'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17056'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '110671'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.81"^^xsd:decimal ;
  dwc:decimalLongitude "41.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.81 41.66)"^^geo:wktLiteral ;
  geo-pos:lat "-1.81"^^xsd:decimal ;
  geo-pos:long "41.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM532_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17057'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.66'^^xsd:double;
  dwc:startLongitude '41.6640370801'^^xsd:double;
  dwc:endLongitude '41.6640370801'^^xsd:double;
  dwc:latitude '-1.81'^^xsd:double;
  dwc:startLatitude '-1.81187436996'^^xsd:double;
  dwc:endLatitude '-1.81187436996'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996, 41.6640370801 -1.81187436996))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17057'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17111'^^xsd:string;
  dwc:scientificName 'Euchaeta spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '104174'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17111'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104174'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17113'^^xsd:string;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17113'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17114'^^xsd:string;
  dwc:scientificName 'Euphausiidae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '110671'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17114'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '110671'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17115'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17115'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17116'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17116'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17140'^^xsd:string;
  dwc:scientificName 'Scolecithrix spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '104230'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17140'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104230'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17143'^^xsd:string;
  dwc:scientificName 'Temora turbinata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '104880'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17143'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104880'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17145'^^xsd:string;
  dwc:scientificName 'Undinula vulgaris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '104473'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17145'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104473'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17146'^^xsd:string;
  dwc:scientificName 'Unknown Calanoida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '1100'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17146'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1100'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17126'^^xsd:string;
  dwc:scientificName 'Oithona spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '106485'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17126'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106485'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17127'^^xsd:string;
  dwc:scientificName 'Oncaea spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '128690'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17127'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128690'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17130'^^xsd:string;
  dwc:scientificName 'Pisces'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '11676'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17130'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '11676'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '50'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17132'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17132'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17133'^^xsd:string;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17133'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17138'^^xsd:string;
  dwc:scientificName 'Rhincalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '104172'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17138'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104172'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17139'^^xsd:string;
  dwc:scientificName 'Sapphirina spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '128722'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17139'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128722'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17098'^^xsd:string;
  dwc:scientificName 'Candacia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '104157'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17098'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104157'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17100'^^xsd:string;
  dwc:scientificName 'Centropages furcatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '104495'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17100'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104495'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17102'^^xsd:string;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17102'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17103'^^xsd:string;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17103'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17104'^^xsd:string;
  dwc:scientificName 'Clausocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '104161'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17104'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104161'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17105'^^xsd:string;
  dwc:scientificName 'Clytemnestra spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '115273'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17105'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115273'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17106'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17106'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17108'^^xsd:string;
  dwc:scientificName 'Corycaeus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '128634'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17108'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '128634'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17121'^^xsd:string;
  dwc:scientificName 'Lucifer'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '106827'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17121'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '106827'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17124'^^xsd:string;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17124'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17125'^^xsd:string;
  dwc:scientificName 'Oikopleura'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '103367'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17125'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '103367'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17089'^^xsd:string;
  dwc:scientificName 'Acartia spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '104108'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17089'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104108'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.9"^^xsd:decimal ;
  dwc:decimalLongitude "41.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.9 41.72)"^^geo:wktLiteral ;
  geo-pos:lat "-1.9"^^xsd:decimal ;
  geo-pos:long "41.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5400_Station%20LAM533_ECOL%2FFAME_Zooplankton_Gazi_Bay_1990-1992_17090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5400_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-09-05'^^xsd:date;
  dwc:institutionCode 'ECOL/FAME'^^xsd:string;
  dwc:collectionCode 'Zooplankton_Gazi_Bay_1990-1992'^^xsd:string;
  dwc:catalogNumber 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17090'^^xsd:string;
  dwc:scientificName 'Acrocalanus spp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '12'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:longitude '41.72'^^xsd:double;
  dwc:startLongitude '41.7257290303'^^xsd:double;
  dwc:endLongitude '41.7257290303'^^xsd:double;
  dwc:latitude '-1.9'^^xsd:double;
  dwc:startLatitude '-1.90441229529'^^xsd:double;
  dwc:endLatitude '-1.90441229529'^^xsd:double;
  dwc:boundingBox 'POLYGON ((41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529, 41.7257290303 -1.90441229529))'^^xsd:string;
  dwc:aphiaid '104192'^^xsd:integer;
  dwc:samplingProtocol 'Multi net (200 5m mesh size)'^^xsd:string;
  dwc:occurrenceId 'ECOL/FAME_Zooplankton_Gazi_Bay_1990-1992_17090'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '104192'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
# EOF