@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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8 -90.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.8"^^xsd:decimal ;
  dwc:decimalLongitude "-90.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.8 -90.39)"^^geo:wktLiteral ;
  geo-pos:lat "20.8"^^xsd:decimal ;
  geo-pos:long "-90.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '363'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-90.39'^^xsd:double;
  dwc:latitude '20.8'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _363'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.16 -90.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.16"^^xsd:decimal ;
  dwc:decimalLongitude "-90.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.16 -90.04)"^^geo:wktLiteral ;
  geo-pos:lat "21.16"^^xsd:decimal ;
  geo-pos:long "-90.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '364'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-90.04'^^xsd:double;
  dwc:latitude '21.16'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _364'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.24 -89.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.24"^^xsd:decimal ;
  dwc:decimalLongitude "-89.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.24 -89.83)"^^geo:wktLiteral ;
  geo-pos:lat "21.24"^^xsd:decimal ;
  geo-pos:long "-89.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '358'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-89.83'^^xsd:double;
  dwc:latitude '21.24'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _358'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.26 -89.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.26"^^xsd:decimal ;
  dwc:decimalLongitude "-89.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.26 -89.69)"^^geo:wktLiteral ;
  geo-pos:lat "21.26"^^xsd:decimal ;
  geo-pos:long "-89.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '365'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-89.69'^^xsd:double;
  dwc:latitude '21.26'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _365'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.33 -89.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.33"^^xsd:decimal ;
  dwc:decimalLongitude "-89.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.33 -89.3)"^^geo:wktLiteral ;
  geo-pos:lat "21.33"^^xsd:decimal ;
  geo-pos:long "-89.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '359'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-89.3'^^xsd:double;
  dwc:latitude '21.33'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _359'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.33 -89.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.33"^^xsd:decimal ;
  dwc:decimalLongitude "-89.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.33 -89.3)"^^geo:wktLiteral ;
  geo-pos:lat "21.33"^^xsd:decimal ;
  geo-pos:long "-89.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '366'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-89.3'^^xsd:double;
  dwc:latitude '21.33'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _366'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.35 -89.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.35"^^xsd:decimal ;
  dwc:decimalLongitude "-89.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.35 -89.11)"^^geo:wktLiteral ;
  geo-pos:lat "21.35"^^xsd:decimal ;
  geo-pos:long "-89.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '367'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-89.11'^^xsd:double;
  dwc:latitude '21.35'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _367'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.44 -88.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.44"^^xsd:decimal ;
  dwc:decimalLongitude "-88.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.44 -88.7)"^^geo:wktLiteral ;
  geo-pos:lat "21.44"^^xsd:decimal ;
  geo-pos:long "-88.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '368'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-88.7'^^xsd:double;
  dwc:latitude '21.44'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _368'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.23 -88.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.23"^^xsd:decimal ;
  dwc:decimalLongitude "-88.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.23 -88.67)"^^geo:wktLiteral ;
  geo-pos:lat "30.23"^^xsd:decimal ;
  geo-pos:long "-88.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '373'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-88.67'^^xsd:double;
  dwc:latitude '30.23'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _373'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '337'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _337'^^xsd:string;
  dwc:observationDate '2004-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -88.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-88.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -88.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-88.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '374'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-88.46'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _374'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.58 -88.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.58"^^xsd:decimal ;
  dwc:decimalLongitude "-88.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.58 -88.18)"^^geo:wktLiteral ;
  geo-pos:lat "21.58"^^xsd:decimal ;
  geo-pos:long "-88.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '23'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-88.18'^^xsd:double;
  dwc:latitude '21.58'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _23'^^xsd:string;
  dwc:observationDate '2003-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.6 -88.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.6"^^xsd:decimal ;
  dwc:decimalLongitude "-88.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.6 -88.14)"^^geo:wktLiteral ;
  geo-pos:lat "21.6"^^xsd:decimal ;
  geo-pos:long "-88.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '360'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-88.14'^^xsd:double;
  dwc:latitude '21.6'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _360'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.24 -88.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.24"^^xsd:decimal ;
  dwc:decimalLongitude "-88.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.24 -88.13)"^^geo:wktLiteral ;
  geo-pos:lat "30.24"^^xsd:decimal ;
  geo-pos:long "-88.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '375'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-88.13'^^xsd:double;
  dwc:latitude '30.24'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _375'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.22 -88.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.22"^^xsd:decimal ;
  dwc:decimalLongitude "-88.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.22 -88.02)"^^geo:wktLiteral ;
  geo-pos:lat "30.22"^^xsd:decimal ;
  geo-pos:long "-88.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '376'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-88.02'^^xsd:double;
  dwc:latitude '30.22'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _376'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.47 -87.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.47"^^xsd:decimal ;
  dwc:decimalLongitude "-87.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.47 -87.25)"^^geo:wktLiteral ;
  geo-pos:lat "21.47"^^xsd:decimal ;
  geo-pos:long "-87.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '361'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-87.25'^^xsd:double;
  dwc:latitude '21.47'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _361'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.36 -86.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.36"^^xsd:decimal ;
  dwc:decimalLongitude "-86.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.36 -86.84)"^^geo:wktLiteral ;
  geo-pos:lat "21.36"^^xsd:decimal ;
  geo-pos:long "-86.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '362'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Mexico'^^xsd:string;
  dwc:longitude '-86.84'^^xsd:double;
  dwc:latitude '21.36'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _362'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -85.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-85.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -85.34)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-85.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '326'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-85.34'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _326'^^xsd:string;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.71 -84.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.71"^^xsd:decimal ;
  dwc:decimalLongitude "-84.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.71 -84.97)"^^geo:wktLiteral ;
  geo-pos:lat "29.71"^^xsd:decimal ;
  geo-pos:long "-84.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '329'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-84.97'^^xsd:double;
  dwc:latitude '29.71'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _329'^^xsd:string;
  dwc:observationDate '1996-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.09 -83.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.09"^^xsd:decimal ;
  dwc:decimalLongitude "-83.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.09 -83.06)"^^geo:wktLiteral ;
  geo-pos:lat "29.09"^^xsd:decimal ;
  geo-pos:long "-83.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '252'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-83.06'^^xsd:double;
  dwc:latitude '29.09'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _252'^^xsd:string;
  dwc:observationDate '1970-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.09 -83.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.09"^^xsd:decimal ;
  dwc:decimalLongitude "-83.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.09 -83.06)"^^geo:wktLiteral ;
  geo-pos:lat "29.09"^^xsd:decimal ;
  geo-pos:long "-83.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '292'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-83.06'^^xsd:double;
  dwc:latitude '29.09'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _292'^^xsd:string;
  dwc:observationDate '1991-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.09 -83.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.09"^^xsd:decimal ;
  dwc:decimalLongitude "-83.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.09 -83.06)"^^geo:wktLiteral ;
  geo-pos:lat "29.09"^^xsd:decimal ;
  geo-pos:long "-83.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '324'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-83.06'^^xsd:double;
  dwc:latitude '29.09'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _324'^^xsd:string;
  dwc:observationDate '2005-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.13 -83.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.13"^^xsd:decimal ;
  dwc:decimalLongitude "-83.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.13 -83.01)"^^geo:wktLiteral ;
  geo-pos:lat "29.13"^^xsd:decimal ;
  geo-pos:long "-83.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '22'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-83.01'^^xsd:double;
  dwc:latitude '29.13'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _22'^^xsd:string;
  dwc:observationDate '2003-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.86 -82.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.86"^^xsd:decimal ;
  dwc:decimalLongitude "-82.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.86 -82.1)"^^geo:wktLiteral ;
  geo-pos:lat "26.86"^^xsd:decimal ;
  geo-pos:long "-82.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '327'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-82.1'^^xsd:double;
  dwc:latitude '26.86'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _327'^^xsd:string;
  dwc:observationDate '1996-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.66 -80.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.66"^^xsd:decimal ;
  dwc:decimalLongitude "-80.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.66 -80.72)"^^geo:wktLiteral ;
  geo-pos:lat "28.66"^^xsd:decimal ;
  geo-pos:long "-80.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '296'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-80.72'^^xsd:double;
  dwc:latitude '28.66'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _296'^^xsd:string;
  dwc:observationDate '1998-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2 -80.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.2"^^xsd:decimal ;
  dwc:decimalLongitude "-80.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.2 -80.63)"^^geo:wktLiteral ;
  geo-pos:lat "28.2"^^xsd:decimal ;
  geo-pos:long "-80.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '295'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-80.63'^^xsd:double;
  dwc:latitude '28.2'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _295'^^xsd:string;
  dwc:observationDate '1998-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.73 -80.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "27.73"^^xsd:decimal ;
  dwc:decimalLongitude "-80.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_21>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (27.73 -80.4)"^^geo:wktLiteral ;
  geo-pos:lat "27.73"^^xsd:decimal ;
  geo-pos:long "-80.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '21'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-80.4'^^xsd:double;
  dwc:latitude '27.73'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _21'^^xsd:string;
  dwc:observationDate '2003-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.51 -80.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.51"^^xsd:decimal ;
  dwc:decimalLongitude "-80.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.51 -80.27)"^^geo:wktLiteral ;
  geo-pos:lat "32.51"^^xsd:decimal ;
  geo-pos:long "-80.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '251'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-80.27'^^xsd:double;
  dwc:latitude '32.51'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _251'^^xsd:string;
  dwc:observationDate '1970-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.95 -80.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "26.95"^^xsd:decimal ;
  dwc:decimalLongitude "-80.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (26.95 -80.1)"^^geo:wktLiteral ;
  geo-pos:lat "26.95"^^xsd:decimal ;
  geo-pos:long "-80.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '328'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-80.1'^^xsd:double;
  dwc:latitude '26.95'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _328'^^xsd:string;
  dwc:observationDate '1996-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.67 -76.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.67"^^xsd:decimal ;
  dwc:decimalLongitude "-76.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.67 -76.63)"^^geo:wktLiteral ;
  geo-pos:lat "34.67"^^xsd:decimal ;
  geo-pos:long "-76.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '325'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-76.63'^^xsd:double;
  dwc:latitude '34.67'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _325'^^xsd:string;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9 -76.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.9"^^xsd:decimal ;
  dwc:decimalLongitude "-76.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.9 -76.29)"^^geo:wktLiteral ;
  geo-pos:lat "38.9"^^xsd:decimal ;
  geo-pos:long "-76.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '244'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-76.29'^^xsd:double;
  dwc:latitude '38.9'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _244'^^xsd:string;
  dwc:observationDate '1993-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.33 -75.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.33"^^xsd:decimal ;
  dwc:decimalLongitude "-75.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.33 -75.47)"^^geo:wktLiteral ;
  geo-pos:lat "39.33"^^xsd:decimal ;
  geo-pos:long "-75.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '250'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-75.47'^^xsd:double;
  dwc:latitude '39.33'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _250'^^xsd:string;
  dwc:observationDate '1970-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.04 -75.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.04"^^xsd:decimal ;
  dwc:decimalLongitude "-75.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.04 -75.22)"^^geo:wktLiteral ;
  geo-pos:lat "38.04"^^xsd:decimal ;
  geo-pos:long "-75.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '257'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-75.22'^^xsd:double;
  dwc:latitude '38.04'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _257'^^xsd:string;
  dwc:observationDate '1981-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.07 -74.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.07"^^xsd:decimal ;
  dwc:decimalLongitude "-74.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.07 -74.91)"^^geo:wktLiteral ;
  geo-pos:lat "39.07"^^xsd:decimal ;
  geo-pos:long "-74.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '291'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-74.91'^^xsd:double;
  dwc:latitude '39.07'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _291'^^xsd:string;
  dwc:observationDate '1994-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.07 -74.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.07"^^xsd:decimal ;
  dwc:decimalLongitude "-74.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.07 -74.91)"^^geo:wktLiteral ;
  geo-pos:lat "39.07"^^xsd:decimal ;
  geo-pos:long "-74.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '297'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-74.91'^^xsd:double;
  dwc:latitude '39.07'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _297'^^xsd:string;
  dwc:observationDate '1998-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.07 -74.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.07"^^xsd:decimal ;
  dwc:decimalLongitude "-74.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.07 -74.9)"^^geo:wktLiteral ;
  geo-pos:lat "39.07"^^xsd:decimal ;
  geo-pos:long "-74.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '243'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-74.9'^^xsd:double;
  dwc:latitude '39.07'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _243'^^xsd:string;
  dwc:observationDate '1990-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2 -74.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.2"^^xsd:decimal ;
  dwc:decimalLongitude "-74.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.2 -74.65)"^^geo:wktLiteral ;
  geo-pos:lat "39.2"^^xsd:decimal ;
  geo-pos:long "-74.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '255'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-74.65'^^xsd:double;
  dwc:latitude '39.2'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _255'^^xsd:string;
  dwc:observationDate '1981-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.28 -74.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.28"^^xsd:decimal ;
  dwc:decimalLongitude "-74.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.28 -74.62)"^^geo:wktLiteral ;
  geo-pos:lat "39.28"^^xsd:decimal ;
  geo-pos:long "-74.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '256'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-74.62'^^xsd:double;
  dwc:latitude '39.28'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _256'^^xsd:string;
  dwc:observationDate '1981-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.44 -74.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.44"^^xsd:decimal ;
  dwc:decimalLongitude "-74.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.44 -74.09)"^^geo:wktLiteral ;
  geo-pos:lat "40.44"^^xsd:decimal ;
  geo-pos:long "-74.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '254'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-74.09'^^xsd:double;
  dwc:latitude '40.44'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _254'^^xsd:string;
  dwc:observationDate '1981-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.6 -73.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.6"^^xsd:decimal ;
  dwc:decimalLongitude "-73.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.6 -73.85)"^^geo:wktLiteral ;
  geo-pos:lat "40.6"^^xsd:decimal ;
  geo-pos:long "-73.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '253'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-73.85'^^xsd:double;
  dwc:latitude '40.6'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _253'^^xsd:string;
  dwc:observationDate '1981-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.86 -73.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.86"^^xsd:decimal ;
  dwc:decimalLongitude "-73.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.86 -73.46)"^^geo:wktLiteral ;
  geo-pos:lat "40.86"^^xsd:decimal ;
  geo-pos:long "-73.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '247'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-73.46'^^xsd:double;
  dwc:latitude '40.86'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _247'^^xsd:string;
  dwc:observationDate '1970-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9 -73.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.9"^^xsd:decimal ;
  dwc:decimalLongitude "-73.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.9 -73.17)"^^geo:wktLiteral ;
  geo-pos:lat "40.9"^^xsd:decimal ;
  geo-pos:long "-73.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '248'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-73.17'^^xsd:double;
  dwc:latitude '40.9'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _248'^^xsd:string;
  dwc:observationDate '1970-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.25 -72.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.25"^^xsd:decimal ;
  dwc:decimalLongitude "-72.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.25 -72.94)"^^geo:wktLiteral ;
  geo-pos:lat "41.25"^^xsd:decimal ;
  geo-pos:long "-72.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '313'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-72.94'^^xsd:double;
  dwc:latitude '41.25'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _313'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.85 -72.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.85"^^xsd:decimal ;
  dwc:decimalLongitude "-72.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.85 -72.5)"^^geo:wktLiteral ;
  geo-pos:lat "40.85"^^xsd:decimal ;
  geo-pos:long "-72.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '249'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-72.5'^^xsd:double;
  dwc:latitude '40.85'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _249'^^xsd:string;
  dwc:observationDate '1970-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.07 -70.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.07"^^xsd:decimal ;
  dwc:decimalLongitude "-70.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.07 -70.87)"^^geo:wktLiteral ;
  geo-pos:lat "43.07"^^xsd:decimal ;
  geo-pos:long "-70.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '336'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70.87'^^xsd:double;
  dwc:latitude '43.07'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _336'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.51 -70.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.51"^^xsd:decimal ;
  dwc:decimalLongitude "-70.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_20>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.51 -70.7)"^^geo:wktLiteral ;
  geo-pos:lat "41.51"^^xsd:decimal ;
  geo-pos:long "-70.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '20'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70.7'^^xsd:double;
  dwc:latitude '41.51'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _20'^^xsd:string;
  dwc:observationDate '2003-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.97 -70.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.97"^^xsd:decimal ;
  dwc:decimalLongitude "-70.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.97 -70.65)"^^geo:wktLiteral ;
  geo-pos:lat "41.97"^^xsd:decimal ;
  geo-pos:long "-70.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '245'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70.65'^^xsd:double;
  dwc:latitude '41.97'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _245'^^xsd:string;
  dwc:observationDate '1970-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.57 -70.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.57"^^xsd:decimal ;
  dwc:decimalLongitude "-70.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.57 -70.64)"^^geo:wktLiteral ;
  geo-pos:lat "41.57"^^xsd:decimal ;
  geo-pos:long "-70.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '370'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70.64'^^xsd:double;
  dwc:latitude '41.57'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _370'^^xsd:string;
  dwc:observationDate '1990-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -70.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.7"^^xsd:decimal ;
  dwc:decimalLongitude "-70.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.7 -70.29)"^^geo:wktLiteral ;
  geo-pos:lat "41.7"^^xsd:decimal ;
  geo-pos:long "-70.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '246'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70.29'^^xsd:double;
  dwc:latitude '41.7'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _246'^^xsd:string;
  dwc:observationDate '1970-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.72 -70.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.72"^^xsd:decimal ;
  dwc:decimalLongitude "-70.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.72 -70.27)"^^geo:wktLiteral ;
  geo-pos:lat "41.72"^^xsd:decimal ;
  geo-pos:long "-70.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '282'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70.27'^^xsd:double;
  dwc:latitude '41.72'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _282'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.71 -70.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.71"^^xsd:decimal ;
  dwc:decimalLongitude "-70.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.71 -70.26)"^^geo:wktLiteral ;
  geo-pos:lat "41.71"^^xsd:decimal ;
  geo-pos:long "-70.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '281'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70.26'^^xsd:double;
  dwc:latitude '41.71'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _281'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.77 -70.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.77"^^xsd:decimal ;
  dwc:decimalLongitude "-70.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.77 -70.14)"^^geo:wktLiteral ;
  geo-pos:lat "43.77"^^xsd:decimal ;
  geo-pos:long "-70.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '269'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70.14'^^xsd:double;
  dwc:latitude '43.77'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _269'^^xsd:string;
  dwc:observationDate '2000-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.77 -70.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.77"^^xsd:decimal ;
  dwc:decimalLongitude "-70.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.77 -70.13)"^^geo:wktLiteral ;
  geo-pos:lat "43.77"^^xsd:decimal ;
  geo-pos:long "-70.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '259'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70.13'^^xsd:double;
  dwc:latitude '43.77'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _259'^^xsd:string;
  dwc:observationDate '1999-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 -70.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "-70.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 -70.11)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "-70.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '270'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70.11'^^xsd:double;
  dwc:latitude '43.8'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _270'^^xsd:string;
  dwc:observationDate '2000-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 -70.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "-70.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 -70.09)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "-70.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '271'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70.09'^^xsd:double;
  dwc:latitude '43.83'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _271'^^xsd:string;
  dwc:observationDate '2000-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.91 -70.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.91"^^xsd:decimal ;
  dwc:decimalLongitude "-70.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.91 -70.06)"^^geo:wktLiteral ;
  geo-pos:lat "41.91"^^xsd:decimal ;
  geo-pos:long "-70.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '273'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70.06'^^xsd:double;
  dwc:latitude '41.91'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _273'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.92 -70.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.92"^^xsd:decimal ;
  dwc:decimalLongitude "-70.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.92 -70.05)"^^geo:wktLiteral ;
  geo-pos:lat "41.92"^^xsd:decimal ;
  geo-pos:long "-70.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '272'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70.05'^^xsd:double;
  dwc:latitude '41.92'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _272'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.92 -70.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.92"^^xsd:decimal ;
  dwc:decimalLongitude "-70.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.92 -70.03)"^^geo:wktLiteral ;
  geo-pos:lat "41.92"^^xsd:decimal ;
  geo-pos:long "-70.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '274'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70.03'^^xsd:double;
  dwc:latitude '41.92'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _274'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 -70.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "-70.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 -70.02)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "-70.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '276'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70.02'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _276'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8 -70)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8"^^xsd:decimal ;
  dwc:decimalLongitude "-70"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8 -70)"^^geo:wktLiteral ;
  geo-pos:lat "41.8"^^xsd:decimal ;
  geo-pos:long "-70"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '279'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70'^^xsd:integer;
  dwc:latitude '41.8'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _279'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8 -70)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8"^^xsd:decimal ;
  dwc:decimalLongitude "-70"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8 -70)"^^geo:wktLiteral ;
  geo-pos:lat "41.8"^^xsd:decimal ;
  geo-pos:long "-70"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '280'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70'^^xsd:integer;
  dwc:latitude '41.8'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _280'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.81 -70)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.81"^^xsd:decimal ;
  dwc:decimalLongitude "-70"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.81 -70)"^^geo:wktLiteral ;
  geo-pos:lat "41.81"^^xsd:decimal ;
  geo-pos:long "-70"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '278'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70'^^xsd:integer;
  dwc:latitude '41.81'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _278'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.88 -70)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.88"^^xsd:decimal ;
  dwc:decimalLongitude "-70"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.88 -70)"^^geo:wktLiteral ;
  geo-pos:lat "41.88"^^xsd:decimal ;
  geo-pos:long "-70"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '277'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-70'^^xsd:integer;
  dwc:latitude '41.88'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _277'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 -69.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.9"^^xsd:decimal ;
  dwc:decimalLongitude "-69.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.9 -69.99)"^^geo:wktLiteral ;
  geo-pos:lat "41.9"^^xsd:decimal ;
  geo-pos:long "-69.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '275'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-69.99'^^xsd:double;
  dwc:latitude '41.9'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _275'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.61 -69.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.61"^^xsd:decimal ;
  dwc:decimalLongitude "-69.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.61 -69.98)"^^geo:wktLiteral ;
  geo-pos:lat "41.61"^^xsd:decimal ;
  geo-pos:long "-69.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '290'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-69.98'^^xsd:double;
  dwc:latitude '41.61'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _290'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.63 -69.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.63"^^xsd:decimal ;
  dwc:decimalLongitude "-69.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.63 -69.97)"^^geo:wktLiteral ;
  geo-pos:lat "41.63"^^xsd:decimal ;
  geo-pos:long "-69.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '289'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-69.97'^^xsd:double;
  dwc:latitude '41.63'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _289'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.66 -69.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.66"^^xsd:decimal ;
  dwc:decimalLongitude "-69.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.66 -69.95)"^^geo:wktLiteral ;
  geo-pos:lat "41.66"^^xsd:decimal ;
  geo-pos:long "-69.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '288'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-69.95'^^xsd:double;
  dwc:latitude '41.66'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _288'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.74 -69.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.74"^^xsd:decimal ;
  dwc:decimalLongitude "-69.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.74 -69.94)"^^geo:wktLiteral ;
  geo-pos:lat "41.74"^^xsd:decimal ;
  geo-pos:long "-69.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '293'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-69.94'^^xsd:double;
  dwc:latitude '41.74'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _293'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.76 -69.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.76"^^xsd:decimal ;
  dwc:decimalLongitude "-69.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.76 -69.94)"^^geo:wktLiteral ;
  geo-pos:lat "41.76"^^xsd:decimal ;
  geo-pos:long "-69.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '285'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-69.94'^^xsd:double;
  dwc:latitude '41.76'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _285'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.84 -69.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.84"^^xsd:decimal ;
  dwc:decimalLongitude "-69.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.84 -69.94)"^^geo:wktLiteral ;
  geo-pos:lat "41.84"^^xsd:decimal ;
  geo-pos:long "-69.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '283'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-69.94'^^xsd:double;
  dwc:latitude '41.84'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _283'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -69.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "-69.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 -69.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "-69.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '260'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-69.94'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _260'^^xsd:string;
  dwc:observationDate '1999-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.73 -69.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.73"^^xsd:decimal ;
  dwc:decimalLongitude "-69.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.73 -69.93)"^^geo:wktLiteral ;
  geo-pos:lat "41.73"^^xsd:decimal ;
  geo-pos:long "-69.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '287'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-69.93'^^xsd:double;
  dwc:latitude '41.73'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _287'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.75 -69.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.75"^^xsd:decimal ;
  dwc:decimalLongitude "-69.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.75 -69.93)"^^geo:wktLiteral ;
  geo-pos:lat "41.75"^^xsd:decimal ;
  geo-pos:long "-69.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '286'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-69.93'^^xsd:double;
  dwc:latitude '41.75'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _286'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8 -69.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "41.8"^^xsd:decimal ;
  dwc:decimalLongitude "-69.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (41.8 -69.93)"^^geo:wktLiteral ;
  geo-pos:lat "41.8"^^xsd:decimal ;
  geo-pos:long "-69.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '284'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-69.93'^^xsd:double;
  dwc:latitude '41.8'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _284'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 -69.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "-69.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 -69.89)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "-69.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '261'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-69.89'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _261'^^xsd:string;
  dwc:observationDate '1999-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 -69.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.94"^^xsd:decimal ;
  dwc:decimalLongitude "-69.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.94 -69.7)"^^geo:wktLiteral ;
  geo-pos:lat "43.94"^^xsd:decimal ;
  geo-pos:long "-69.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '262'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-69.7'^^xsd:double;
  dwc:latitude '43.94'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _262'^^xsd:string;
  dwc:observationDate '1999-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 -69.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.02"^^xsd:decimal ;
  dwc:decimalLongitude "-69.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.02 -69.53)"^^geo:wktLiteral ;
  geo-pos:lat "44.02"^^xsd:decimal ;
  geo-pos:long "-69.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '263'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-69.53'^^xsd:double;
  dwc:latitude '44.02'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _263'^^xsd:string;
  dwc:observationDate '1999-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06 -69.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.06"^^xsd:decimal ;
  dwc:decimalLongitude "-69.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.06 -69.52)"^^geo:wktLiteral ;
  geo-pos:lat "44.06"^^xsd:decimal ;
  geo-pos:long "-69.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '264'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-69.52'^^xsd:double;
  dwc:latitude '44.06'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _264'^^xsd:string;
  dwc:observationDate '1999-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 -68.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.39"^^xsd:decimal ;
  dwc:decimalLongitude "-68.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.39 -68.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.39"^^xsd:decimal ;
  geo-pos:long "-68.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '265'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-68.7'^^xsd:double;
  dwc:latitude '44.39'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _265'^^xsd:string;
  dwc:observationDate '1999-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.58 -68.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.58"^^xsd:decimal ;
  dwc:decimalLongitude "-68.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.58 -68.23)"^^geo:wktLiteral ;
  geo-pos:lat "44.58"^^xsd:decimal ;
  geo-pos:long "-68.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '266'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-68.23'^^xsd:double;
  dwc:latitude '44.58'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _266'^^xsd:string;
  dwc:observationDate '1999-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.58 -68.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.58"^^xsd:decimal ;
  dwc:decimalLongitude "-68.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.58 -68.23)"^^geo:wktLiteral ;
  geo-pos:lat "44.58"^^xsd:decimal ;
  geo-pos:long "-68.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '267'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-68.23'^^xsd:double;
  dwc:latitude '44.58'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _267'^^xsd:string;
  dwc:observationDate '1999-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.57 -68.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.57"^^xsd:decimal ;
  dwc:decimalLongitude "-68.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.57 -68.22)"^^geo:wktLiteral ;
  geo-pos:lat "44.57"^^xsd:decimal ;
  geo-pos:long "-68.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '268'^^xsd:double;
  dwc:scientificName 'Limulus polyphemus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'USA'^^xsd:string;
  dwc:longitude '-68.22'^^xsd:double;
  dwc:latitude '44.57'^^xsd:double;
  dwc:aphiaid '150514'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _268'^^xsd:string;
  dwc:observationDate '1999-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '150514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.26 84.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.26"^^xsd:decimal ;
  dwc:decimalLongitude "84.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_80>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.26 84.88)"^^geo:wktLiteral ;
  geo-pos:lat "19.26"^^xsd:decimal ;
  geo-pos:long "84.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '80'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '84.88'^^xsd:double;
  dwc:latitude '19.26'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _80'^^xsd:string;
  dwc:observationDate '1996-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.26 84.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.26"^^xsd:decimal ;
  dwc:decimalLongitude "84.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_81>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.26 84.88)"^^geo:wktLiteral ;
  geo-pos:lat "19.26"^^xsd:decimal ;
  geo-pos:long "84.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '81'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '84.88'^^xsd:double;
  dwc:latitude '19.26'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _81'^^xsd:string;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.49 86.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.49"^^xsd:decimal ;
  dwc:decimalLongitude "86.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.49 86.76)"^^geo:wktLiteral ;
  geo-pos:lat "20.49"^^xsd:decimal ;
  geo-pos:long "86.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '356'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '86.76'^^xsd:double;
  dwc:latitude '20.49'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _356'^^xsd:string;
  dwc:observationDate '2005-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.49 86.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.49"^^xsd:decimal ;
  dwc:decimalLongitude "86.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.49 86.76)"^^geo:wktLiteral ;
  geo-pos:lat "20.49"^^xsd:decimal ;
  geo-pos:long "86.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '357'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '86.76'^^xsd:double;
  dwc:latitude '20.49'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _357'^^xsd:string;
  dwc:observationDate '2005-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.33 86.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.33"^^xsd:decimal ;
  dwc:decimalLongitude "86.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.33 86.91)"^^geo:wktLiteral ;
  geo-pos:lat "21.33"^^xsd:decimal ;
  geo-pos:long "86.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '377'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '86.91'^^xsd:double;
  dwc:latitude '21.33'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _377'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.37 86.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.37"^^xsd:decimal ;
  dwc:decimalLongitude "86.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.37 86.94)"^^geo:wktLiteral ;
  geo-pos:lat "21.37"^^xsd:decimal ;
  geo-pos:long "86.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '378'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '86.94'^^xsd:double;
  dwc:latitude '21.37'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _378'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.4 86.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.4"^^xsd:decimal ;
  dwc:decimalLongitude "86.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.4 86.98)"^^geo:wktLiteral ;
  geo-pos:lat "21.4"^^xsd:decimal ;
  geo-pos:long "86.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '379'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '86.98'^^xsd:double;
  dwc:latitude '21.4'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _379'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.28 87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.28"^^xsd:decimal ;
  dwc:decimalLongitude "87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_95>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.28 87)"^^geo:wktLiteral ;
  geo-pos:lat "21.28"^^xsd:decimal ;
  geo-pos:long "87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '95'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '87'^^xsd:integer;
  dwc:latitude '21.28'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _95'^^xsd:string;
  dwc:observationDate '1984-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.28 87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.28"^^xsd:decimal ;
  dwc:decimalLongitude "87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_96>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.28 87)"^^geo:wktLiteral ;
  geo-pos:lat "21.28"^^xsd:decimal ;
  geo-pos:long "87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '96'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '87'^^xsd:integer;
  dwc:latitude '21.28'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _96'^^xsd:string;
  dwc:observationDate '1991-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.46 87.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.46"^^xsd:decimal ;
  dwc:decimalLongitude "87.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.46 87.05)"^^geo:wktLiteral ;
  geo-pos:lat "21.46"^^xsd:decimal ;
  geo-pos:long "87.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '380'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '87.05'^^xsd:double;
  dwc:latitude '21.46'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _380'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.47 87.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.47"^^xsd:decimal ;
  dwc:decimalLongitude "87.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.47 87.06)"^^geo:wktLiteral ;
  geo-pos:lat "21.47"^^xsd:decimal ;
  geo-pos:long "87.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '2'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '87.06'^^xsd:double;
  dwc:latitude '21.47'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _2'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.47 87.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.47"^^xsd:decimal ;
  dwc:decimalLongitude "87.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.47 87.06)"^^geo:wktLiteral ;
  geo-pos:lat "21.47"^^xsd:decimal ;
  geo-pos:long "87.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '3'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '87.06'^^xsd:double;
  dwc:latitude '21.47'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _3'^^xsd:string;
  dwc:observationDate '2011-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.45 87.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.45"^^xsd:decimal ;
  dwc:decimalLongitude "87.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.45 87.07)"^^geo:wktLiteral ;
  geo-pos:lat "21.45"^^xsd:decimal ;
  geo-pos:long "87.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '101'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '87.07'^^xsd:double;
  dwc:latitude '21.45'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _101'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.51 87.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.51"^^xsd:decimal ;
  dwc:decimalLongitude "87.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.51 87.13)"^^geo:wktLiteral ;
  geo-pos:lat "21.51"^^xsd:decimal ;
  geo-pos:long "87.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '114'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '87.13'^^xsd:double;
  dwc:latitude '21.51'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _114'^^xsd:string;
  dwc:observationDate '1993-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.62 87.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.62"^^xsd:decimal ;
  dwc:decimalLongitude "87.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.62 87.52)"^^geo:wktLiteral ;
  geo-pos:lat "21.62"^^xsd:decimal ;
  geo-pos:long "87.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '202'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '87.52'^^xsd:double;
  dwc:latitude '21.62'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _202'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.62 87.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.62"^^xsd:decimal ;
  dwc:decimalLongitude "87.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.62 87.52)"^^geo:wktLiteral ;
  geo-pos:lat "21.62"^^xsd:decimal ;
  geo-pos:long "87.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '203'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '87.52'^^xsd:double;
  dwc:latitude '21.62'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _203'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.71 87.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.71"^^xsd:decimal ;
  dwc:decimalLongitude "87.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.71 87.82)"^^geo:wktLiteral ;
  geo-pos:lat "21.71"^^xsd:decimal ;
  geo-pos:long "87.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '200'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '87.82'^^xsd:double;
  dwc:latitude '21.71'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _200'^^xsd:string;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.71 87.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.71"^^xsd:decimal ;
  dwc:decimalLongitude "87.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.71 87.82)"^^geo:wktLiteral ;
  geo-pos:lat "21.71"^^xsd:decimal ;
  geo-pos:long "87.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '201'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '87.82'^^xsd:double;
  dwc:latitude '21.71'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _201'^^xsd:string;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.65 88.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.65"^^xsd:decimal ;
  dwc:decimalLongitude "88.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.65 88.04)"^^geo:wktLiteral ;
  geo-pos:lat "21.65"^^xsd:decimal ;
  geo-pos:long "88.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '1'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.04'^^xsd:double;
  dwc:latitude '21.65'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _1'^^xsd:string;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.67 88.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.67"^^xsd:decimal ;
  dwc:decimalLongitude "88.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.67 88.14)"^^geo:wktLiteral ;
  geo-pos:lat "21.67"^^xsd:decimal ;
  geo-pos:long "88.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '6'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.14'^^xsd:double;
  dwc:latitude '21.67'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _6'^^xsd:string;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.68 88.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.68"^^xsd:decimal ;
  dwc:decimalLongitude "88.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.68 88.14)"^^geo:wktLiteral ;
  geo-pos:lat "21.68"^^xsd:decimal ;
  geo-pos:long "88.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '4'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.14'^^xsd:double;
  dwc:latitude '21.68'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _4'^^xsd:string;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.68 88.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.68"^^xsd:decimal ;
  dwc:decimalLongitude "88.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.68 88.15)"^^geo:wktLiteral ;
  geo-pos:lat "21.68"^^xsd:decimal ;
  geo-pos:long "88.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '5'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.15'^^xsd:double;
  dwc:latitude '21.68'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _5'^^xsd:string;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.87 88.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.87"^^xsd:decimal ;
  dwc:decimalLongitude "88.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.87 88.16)"^^geo:wktLiteral ;
  geo-pos:lat "21.87"^^xsd:decimal ;
  geo-pos:long "88.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '206'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.16'^^xsd:double;
  dwc:latitude '21.87'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _206'^^xsd:string;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.87 88.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.87"^^xsd:decimal ;
  dwc:decimalLongitude "88.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.87 88.16)"^^geo:wktLiteral ;
  geo-pos:lat "21.87"^^xsd:decimal ;
  geo-pos:long "88.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '205'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.16'^^xsd:double;
  dwc:latitude '21.87'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _205'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.58 88.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.58"^^xsd:decimal ;
  dwc:decimalLongitude "88.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.58 88.24)"^^geo:wktLiteral ;
  geo-pos:lat "21.58"^^xsd:decimal ;
  geo-pos:long "88.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '204'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.24'^^xsd:double;
  dwc:latitude '21.58'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _204'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.31 88.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.31"^^xsd:decimal ;
  dwc:decimalLongitude "88.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_79>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.31 88.65)"^^geo:wktLiteral ;
  geo-pos:lat "22.31"^^xsd:decimal ;
  geo-pos:long "88.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '79'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.65'^^xsd:double;
  dwc:latitude '22.31'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _79'^^xsd:string;
  dwc:observationDate '1996-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.31 88.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.31"^^xsd:decimal ;
  dwc:decimalLongitude "88.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_78>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.31 88.65)"^^geo:wktLiteral ;
  geo-pos:lat "22.31"^^xsd:decimal ;
  geo-pos:long "88.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '78'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.65'^^xsd:double;
  dwc:latitude '22.31'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _78'^^xsd:string;
  dwc:observationDate '1996-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.3 88.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.3"^^xsd:decimal ;
  dwc:decimalLongitude "88.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.3 88.67)"^^geo:wktLiteral ;
  geo-pos:lat "22.3"^^xsd:decimal ;
  geo-pos:long "88.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '294'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.67'^^xsd:double;
  dwc:latitude '22.3'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _294'^^xsd:string;
  dwc:observationDate '1981-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.31 88.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.31"^^xsd:decimal ;
  dwc:decimalLongitude "88.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.31 88.67)"^^geo:wktLiteral ;
  geo-pos:lat "22.31"^^xsd:decimal ;
  geo-pos:long "88.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '207'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.67'^^xsd:double;
  dwc:latitude '22.31'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _207'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.31 88.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.31"^^xsd:decimal ;
  dwc:decimalLongitude "88.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.31 88.67)"^^geo:wktLiteral ;
  geo-pos:lat "22.31"^^xsd:decimal ;
  geo-pos:long "88.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '208'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'India'^^xsd:string;
  dwc:longitude '88.67'^^xsd:double;
  dwc:latitude '22.31'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _208'^^xsd:string;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.47 91.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.47"^^xsd:decimal ;
  dwc:decimalLongitude "91.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.47 91.97)"^^geo:wktLiteral ;
  geo-pos:lat "21.47"^^xsd:decimal ;
  geo-pos:long "91.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '107'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Bangladesh'^^xsd:string;
  dwc:longitude '91.97'^^xsd:double;
  dwc:latitude '21.47'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _107'^^xsd:string;
  dwc:observationDate '1994-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.83 98.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.83"^^xsd:decimal ;
  dwc:decimalLongitude "98.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.83 98.28)"^^geo:wktLiteral ;
  geo-pos:lat "7.83"^^xsd:decimal ;
  geo-pos:long "98.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '178'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.28'^^xsd:double;
  dwc:latitude '7.83'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _178'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9 98.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.9"^^xsd:decimal ;
  dwc:decimalLongitude "98.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.9 98.28)"^^geo:wktLiteral ;
  geo-pos:lat "7.9"^^xsd:decimal ;
  geo-pos:long "98.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '177'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.28'^^xsd:double;
  dwc:latitude '7.9'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _177'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.81 98.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.81"^^xsd:decimal ;
  dwc:decimalLongitude "98.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.81 98.29)"^^geo:wktLiteral ;
  geo-pos:lat "7.81"^^xsd:decimal ;
  geo-pos:long "98.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '179'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.29'^^xsd:double;
  dwc:latitude '7.81'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _179'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.09 98.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.09"^^xsd:decimal ;
  dwc:decimalLongitude "98.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.09 98.29)"^^geo:wktLiteral ;
  geo-pos:lat "8.09"^^xsd:decimal ;
  geo-pos:long "98.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '180'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.29'^^xsd:double;
  dwc:latitude '8.09'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _180'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.14 98.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.14"^^xsd:decimal ;
  dwc:decimalLongitude "98.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.14 98.29)"^^geo:wktLiteral ;
  geo-pos:lat "8.14"^^xsd:decimal ;
  geo-pos:long "98.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '176'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.29'^^xsd:double;
  dwc:latitude '8.14'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _176'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.33 98.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.33"^^xsd:decimal ;
  dwc:decimalLongitude "98.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.33 98.38)"^^geo:wktLiteral ;
  geo-pos:lat "9.33"^^xsd:decimal ;
  geo-pos:long "98.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '174'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.38'^^xsd:double;
  dwc:latitude '9.33'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _174'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.37 98.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.37"^^xsd:decimal ;
  dwc:decimalLongitude "98.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.37 98.38)"^^geo:wktLiteral ;
  geo-pos:lat "9.37"^^xsd:decimal ;
  geo-pos:long "98.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '172'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.38'^^xsd:double;
  dwc:latitude '9.37'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _172'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.37 98.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.37"^^xsd:decimal ;
  dwc:decimalLongitude "98.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.37 98.38)"^^geo:wktLiteral ;
  geo-pos:lat "9.37"^^xsd:decimal ;
  geo-pos:long "98.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '173'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.38'^^xsd:double;
  dwc:latitude '9.37'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _173'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.8 98.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.8"^^xsd:decimal ;
  dwc:decimalLongitude "98.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.8 98.4)"^^geo:wktLiteral ;
  geo-pos:lat "7.8"^^xsd:decimal ;
  geo-pos:long "98.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '175'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.4'^^xsd:double;
  dwc:latitude '7.8'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _175'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.87 98.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.87"^^xsd:decimal ;
  dwc:decimalLongitude "98.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_55>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.87 98.4)"^^geo:wktLiteral ;
  geo-pos:lat "7.87"^^xsd:decimal ;
  geo-pos:long "98.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '55'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.4'^^xsd:double;
  dwc:latitude '7.87'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _55'^^xsd:string;
  dwc:observationDate '2001-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.85 98.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.85"^^xsd:decimal ;
  dwc:decimalLongitude "98.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.85 98.41)"^^geo:wktLiteral ;
  geo-pos:lat "7.85"^^xsd:decimal ;
  geo-pos:long "98.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '26'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.41'^^xsd:double;
  dwc:latitude '7.85'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _26'^^xsd:string;
  dwc:observationDate '2002-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.06 98.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8.06"^^xsd:decimal ;
  dwc:decimalLongitude "98.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8.06 98.43)"^^geo:wktLiteral ;
  geo-pos:lat "8.06"^^xsd:decimal ;
  geo-pos:long "98.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '181'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.43'^^xsd:double;
  dwc:latitude '8.06'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _181'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.78 98.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.78"^^xsd:decimal ;
  dwc:decimalLongitude "98.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_27>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.78 98.46)"^^geo:wktLiteral ;
  geo-pos:lat "9.78"^^xsd:decimal ;
  geo-pos:long "98.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '27'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.46'^^xsd:double;
  dwc:latitude '9.78'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _27'^^xsd:string;
  dwc:observationDate '2002-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.78 98.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.78"^^xsd:decimal ;
  dwc:decimalLongitude "98.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.78 98.51)"^^geo:wktLiteral ;
  geo-pos:lat "9.78"^^xsd:decimal ;
  geo-pos:long "98.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '166'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.51'^^xsd:double;
  dwc:latitude '9.78'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _166'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.78 98.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.78"^^xsd:decimal ;
  dwc:decimalLongitude "98.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.78 98.51)"^^geo:wktLiteral ;
  geo-pos:lat "9.78"^^xsd:decimal ;
  geo-pos:long "98.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '167'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.51'^^xsd:double;
  dwc:latitude '9.78'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _167'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.51 98.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.51"^^xsd:decimal ;
  dwc:decimalLongitude "98.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.51 98.52)"^^geo:wktLiteral ;
  geo-pos:lat "9.51"^^xsd:decimal ;
  geo-pos:long "98.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '171'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.52'^^xsd:double;
  dwc:latitude '9.51'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _171'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.53 98.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.53"^^xsd:decimal ;
  dwc:decimalLongitude "98.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.53 98.54)"^^geo:wktLiteral ;
  geo-pos:lat "9.53"^^xsd:decimal ;
  geo-pos:long "98.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '170'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.54'^^xsd:double;
  dwc:latitude '9.53'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _170'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8 98.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "8"^^xsd:decimal ;
  dwc:decimalLongitude "98.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (8 98.55)"^^geo:wktLiteral ;
  geo-pos:lat "8"^^xsd:decimal ;
  geo-pos:long "98.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '28'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.55'^^xsd:double;
  dwc:latitude '8'^^xsd:integer;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _28'^^xsd:string;
  dwc:observationDate '2002-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.79 98.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.79"^^xsd:decimal ;
  dwc:decimalLongitude "98.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.79 98.69)"^^geo:wktLiteral ;
  geo-pos:lat "3.79"^^xsd:decimal ;
  geo-pos:long "98.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '217'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '98.69'^^xsd:double;
  dwc:latitude '3.79'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _217'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.79 98.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.79"^^xsd:decimal ;
  dwc:decimalLongitude "98.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.79 98.69)"^^geo:wktLiteral ;
  geo-pos:lat "3.79"^^xsd:decimal ;
  geo-pos:long "98.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '218'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '98.69'^^xsd:double;
  dwc:latitude '3.79'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _218'^^xsd:string;
  dwc:observationDate '1979-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.16 98.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.16"^^xsd:decimal ;
  dwc:decimalLongitude "98.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.16 98.73)"^^geo:wktLiteral ;
  geo-pos:lat "10.16"^^xsd:decimal ;
  geo-pos:long "98.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '169'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.73'^^xsd:double;
  dwc:latitude '10.16'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _169'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.11 98.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.11"^^xsd:decimal ;
  dwc:decimalLongitude "98.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.11 98.75)"^^geo:wktLiteral ;
  geo-pos:lat "10.11"^^xsd:decimal ;
  geo-pos:long "98.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '168'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '98.75'^^xsd:double;
  dwc:latitude '10.11'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _168'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.58 99.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.58"^^xsd:decimal ;
  dwc:decimalLongitude "99.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.58 99.02)"^^geo:wktLiteral ;
  geo-pos:lat "9.58"^^xsd:decimal ;
  geo-pos:long "99.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '158'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.02'^^xsd:double;
  dwc:latitude '9.58'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _158'^^xsd:string;
  dwc:observationDate '2011-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.62 99.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.62"^^xsd:decimal ;
  dwc:decimalLongitude "99.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.62 99.06)"^^geo:wktLiteral ;
  geo-pos:lat "7.62"^^xsd:decimal ;
  geo-pos:long "99.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '184'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.06'^^xsd:double;
  dwc:latitude '7.62'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _184'^^xsd:string;
  dwc:observationDate '2011-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.5 99.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.5"^^xsd:decimal ;
  dwc:decimalLongitude "99.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.5 99.23)"^^geo:wktLiteral ;
  geo-pos:lat "9.5"^^xsd:decimal ;
  geo-pos:long "99.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '156'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.23'^^xsd:double;
  dwc:latitude '9.5'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _156'^^xsd:string;
  dwc:observationDate '2011-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.5 99.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.5"^^xsd:decimal ;
  dwc:decimalLongitude "99.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.5 99.23)"^^geo:wktLiteral ;
  geo-pos:lat "9.5"^^xsd:decimal ;
  geo-pos:long "99.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '157'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.23'^^xsd:double;
  dwc:latitude '9.5'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _157'^^xsd:string;
  dwc:observationDate '2011-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.24 99.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.24"^^xsd:decimal ;
  dwc:decimalLongitude "99.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.24 99.24)"^^geo:wktLiteral ;
  geo-pos:lat "9.24"^^xsd:decimal ;
  geo-pos:long "99.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '152'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.24'^^xsd:double;
  dwc:latitude '9.24'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _152'^^xsd:string;
  dwc:observationDate '2011-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.24 99.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.24"^^xsd:decimal ;
  dwc:decimalLongitude "99.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.24 99.24)"^^geo:wktLiteral ;
  geo-pos:lat "9.24"^^xsd:decimal ;
  geo-pos:long "99.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '153'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.24'^^xsd:double;
  dwc:latitude '9.24'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _153'^^xsd:string;
  dwc:observationDate '2011-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.31 99.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.31"^^xsd:decimal ;
  dwc:decimalLongitude "99.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.31 99.25)"^^geo:wktLiteral ;
  geo-pos:lat "7.31"^^xsd:decimal ;
  geo-pos:long "99.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '183'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.25'^^xsd:double;
  dwc:latitude '7.31'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _183'^^xsd:string;
  dwc:observationDate '2011-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.21 99.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.21"^^xsd:decimal ;
  dwc:decimalLongitude "99.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.21 99.29)"^^geo:wktLiteral ;
  geo-pos:lat "9.21"^^xsd:decimal ;
  geo-pos:long "99.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '154'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.29'^^xsd:double;
  dwc:latitude '9.21'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _154'^^xsd:string;
  dwc:observationDate '2011-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.21 99.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.21"^^xsd:decimal ;
  dwc:decimalLongitude "99.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.21 99.3)"^^geo:wktLiteral ;
  geo-pos:lat "9.21"^^xsd:decimal ;
  geo-pos:long "99.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '155'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.3'^^xsd:double;
  dwc:latitude '9.21'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _155'^^xsd:string;
  dwc:observationDate '2011-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.37 99.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "7.37"^^xsd:decimal ;
  dwc:decimalLongitude "99.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (7.37 99.31)"^^geo:wktLiteral ;
  geo-pos:lat "7.37"^^xsd:decimal ;
  geo-pos:long "99.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '182'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.31'^^xsd:double;
  dwc:latitude '7.37'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _182'^^xsd:string;
  dwc:observationDate '2011-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.18 99.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.18"^^xsd:decimal ;
  dwc:decimalLongitude "99.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.18 99.44)"^^geo:wktLiteral ;
  geo-pos:lat "9.18"^^xsd:decimal ;
  geo-pos:long "99.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '161'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.44'^^xsd:double;
  dwc:latitude '9.18'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _161'^^xsd:string;
  dwc:observationDate '2011-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.19 99.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.19"^^xsd:decimal ;
  dwc:decimalLongitude "99.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.19 99.44)"^^geo:wktLiteral ;
  geo-pos:lat "9.19"^^xsd:decimal ;
  geo-pos:long "99.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '162'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.44'^^xsd:double;
  dwc:latitude '9.19'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _162'^^xsd:string;
  dwc:observationDate '2011-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.2 99.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.2"^^xsd:decimal ;
  dwc:decimalLongitude "99.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.2 99.46)"^^geo:wktLiteral ;
  geo-pos:lat "9.2"^^xsd:decimal ;
  geo-pos:long "99.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '160'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.46'^^xsd:double;
  dwc:latitude '9.2'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _160'^^xsd:string;
  dwc:observationDate '2011-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.82 99.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.82"^^xsd:decimal ;
  dwc:decimalLongitude "99.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.82 99.68)"^^geo:wktLiteral ;
  geo-pos:lat "6.82"^^xsd:decimal ;
  geo-pos:long "99.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '164'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.68'^^xsd:double;
  dwc:latitude '6.82'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _164'^^xsd:string;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.83 99.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.83"^^xsd:decimal ;
  dwc:decimalLongitude "99.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.83 99.68)"^^geo:wktLiteral ;
  geo-pos:lat "6.83"^^xsd:decimal ;
  geo-pos:long "99.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '163'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.68'^^xsd:double;
  dwc:latitude '6.83'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _163'^^xsd:string;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.83 99.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.83"^^xsd:decimal ;
  dwc:decimalLongitude "99.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_15>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.83 99.68)"^^geo:wktLiteral ;
  geo-pos:lat "6.83"^^xsd:decimal ;
  geo-pos:long "99.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '15'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.68'^^xsd:double;
  dwc:latitude '6.83'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _15'^^xsd:string;
  dwc:observationDate '2009-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.83 99.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.83"^^xsd:decimal ;
  dwc:decimalLongitude "99.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_16>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.83 99.69)"^^geo:wktLiteral ;
  geo-pos:lat "6.83"^^xsd:decimal ;
  geo-pos:long "99.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '16'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.69'^^xsd:double;
  dwc:latitude '6.83'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _16'^^xsd:string;
  dwc:observationDate '2009-10-24'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.87 99.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.87"^^xsd:decimal ;
  dwc:decimalLongitude "99.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.87 99.7)"^^geo:wktLiteral ;
  geo-pos:lat "6.87"^^xsd:decimal ;
  geo-pos:long "99.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '165'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '99.7'^^xsd:double;
  dwc:latitude '6.87'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _165'^^xsd:string;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.3 99.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.3"^^xsd:decimal ;
  dwc:decimalLongitude "99.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.3 99.72)"^^geo:wktLiteral ;
  geo-pos:lat "6.3"^^xsd:decimal ;
  geo-pos:long "99.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '117'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '99.72'^^xsd:double;
  dwc:latitude '6.3'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _117'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.68 100.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.68"^^xsd:decimal ;
  dwc:decimalLongitude "100.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.68 100.23)"^^geo:wktLiteral ;
  geo-pos:lat "5.68"^^xsd:decimal ;
  geo-pos:long "100.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '124'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '100.23'^^xsd:double;
  dwc:latitude '5.68'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _124'^^xsd:string;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.54 100.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.54"^^xsd:decimal ;
  dwc:decimalLongitude "100.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.54 100.27)"^^geo:wktLiteral ;
  geo-pos:lat "13.54"^^xsd:decimal ;
  geo-pos:long "100.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '190'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.27'^^xsd:double;
  dwc:latitude '13.54'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _190'^^xsd:string;
  dwc:observationDate '1980-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.54 100.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.54"^^xsd:decimal ;
  dwc:decimalLongitude "100.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.54 100.27)"^^geo:wktLiteral ;
  geo-pos:lat "13.54"^^xsd:decimal ;
  geo-pos:long "100.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '191'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.27'^^xsd:double;
  dwc:latitude '13.54'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _191'^^xsd:string;
  dwc:observationDate '1980-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.66 100.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.66"^^xsd:decimal ;
  dwc:decimalLongitude "100.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.66 100.33)"^^geo:wktLiteral ;
  geo-pos:lat "5.66"^^xsd:decimal ;
  geo-pos:long "100.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '118'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '100.33'^^xsd:double;
  dwc:latitude '5.66'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _118'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.43 100.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.43"^^xsd:decimal ;
  dwc:decimalLongitude "100.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.43 100.36)"^^geo:wktLiteral ;
  geo-pos:lat "5.43"^^xsd:decimal ;
  geo-pos:long "100.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '314'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '100.36'^^xsd:double;
  dwc:latitude '5.43'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _314'^^xsd:string;
  dwc:observationDate '2010-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.34 100.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.34"^^xsd:decimal ;
  dwc:decimalLongitude "100.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.34 100.4)"^^geo:wktLiteral ;
  geo-pos:lat "5.34"^^xsd:decimal ;
  geo-pos:long "100.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '112'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '100.4'^^xsd:double;
  dwc:latitude '5.34'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _112'^^xsd:string;
  dwc:observationDate '2004-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.35 100.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.35"^^xsd:decimal ;
  dwc:decimalLongitude "100.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.35 100.41)"^^geo:wktLiteral ;
  geo-pos:lat "5.35"^^xsd:decimal ;
  geo-pos:long "100.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '319'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '100.41'^^xsd:double;
  dwc:latitude '5.35'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _319'^^xsd:string;
  dwc:observationDate '2010-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.55 100.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.55"^^xsd:decimal ;
  dwc:decimalLongitude "100.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_56>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.55 100.58)"^^geo:wktLiteral ;
  geo-pos:lat "13.55"^^xsd:decimal ;
  geo-pos:long "100.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '56'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.58'^^xsd:double;
  dwc:latitude '13.55'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _56'^^xsd:string;
  dwc:observationDate '2004-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.55 100.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.55"^^xsd:decimal ;
  dwc:decimalLongitude "100.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_57>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.55 100.58)"^^geo:wktLiteral ;
  geo-pos:lat "13.55"^^xsd:decimal ;
  geo-pos:long "100.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '57'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.58'^^xsd:double;
  dwc:latitude '13.55'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _57'^^xsd:string;
  dwc:observationDate '2004-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.59 100.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.59"^^xsd:decimal ;
  dwc:decimalLongitude "100.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.59 100.59)"^^geo:wktLiteral ;
  geo-pos:lat "13.59"^^xsd:decimal ;
  geo-pos:long "100.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '185'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.59'^^xsd:double;
  dwc:latitude '13.59'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _185'^^xsd:string;
  dwc:observationDate '1975-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.18 100.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.18"^^xsd:decimal ;
  dwc:decimalLongitude "100.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.18 100.65)"^^geo:wktLiteral ;
  geo-pos:lat "4.18"^^xsd:decimal ;
  geo-pos:long "100.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '320'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '100.65'^^xsd:double;
  dwc:latitude '4.18'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _320'^^xsd:string;
  dwc:observationDate '2010-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.71 100.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.71"^^xsd:decimal ;
  dwc:decimalLongitude "100.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.71 100.91)"^^geo:wktLiteral ;
  geo-pos:lat "3.71"^^xsd:decimal ;
  geo-pos:long "100.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '315'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '100.91'^^xsd:double;
  dwc:latitude '3.71'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _315'^^xsd:string;
  dwc:observationDate '2010-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.71 100.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.71"^^xsd:decimal ;
  dwc:decimalLongitude "100.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.71 100.91)"^^geo:wktLiteral ;
  geo-pos:lat "3.71"^^xsd:decimal ;
  geo-pos:long "100.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '321'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '100.91'^^xsd:double;
  dwc:latitude '3.71'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _321'^^xsd:string;
  dwc:observationDate '2010-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.31 100.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.31"^^xsd:decimal ;
  dwc:decimalLongitude "100.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.31 100.91)"^^geo:wktLiteral ;
  geo-pos:lat "13.31"^^xsd:decimal ;
  geo-pos:long "100.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '210'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.91'^^xsd:double;
  dwc:latitude '13.31'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _210'^^xsd:string;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.31 100.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.31"^^xsd:decimal ;
  dwc:decimalLongitude "100.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.31 100.91)"^^geo:wktLiteral ;
  geo-pos:lat "13.31"^^xsd:decimal ;
  geo-pos:long "100.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '211'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.91'^^xsd:double;
  dwc:latitude '13.31'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _211'^^xsd:string;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.31 100.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.31"^^xsd:decimal ;
  dwc:decimalLongitude "100.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.31 100.91)"^^geo:wktLiteral ;
  geo-pos:lat "13.31"^^xsd:decimal ;
  geo-pos:long "100.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '212'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.91'^^xsd:double;
  dwc:latitude '13.31'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _212'^^xsd:string;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.33 100.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.33"^^xsd:decimal ;
  dwc:decimalLongitude "100.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.33 100.92)"^^geo:wktLiteral ;
  geo-pos:lat "13.33"^^xsd:decimal ;
  geo-pos:long "100.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '209'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.92'^^xsd:double;
  dwc:latitude '13.33'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _209'^^xsd:string;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.34 100.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.34"^^xsd:decimal ;
  dwc:decimalLongitude "100.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.34 100.93)"^^geo:wktLiteral ;
  geo-pos:lat "13.34"^^xsd:decimal ;
  geo-pos:long "100.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '194'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.93'^^xsd:double;
  dwc:latitude '13.34'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _194'^^xsd:string;
  dwc:observationDate '1980-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.34 100.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.34"^^xsd:decimal ;
  dwc:decimalLongitude "100.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.34 100.93)"^^geo:wktLiteral ;
  geo-pos:lat "13.34"^^xsd:decimal ;
  geo-pos:long "100.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '195'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.93'^^xsd:double;
  dwc:latitude '13.34'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _195'^^xsd:string;
  dwc:observationDate '1980-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.33 100.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.33"^^xsd:decimal ;
  dwc:decimalLongitude "100.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.33 100.94)"^^geo:wktLiteral ;
  geo-pos:lat "13.33"^^xsd:decimal ;
  geo-pos:long "100.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '213'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.94'^^xsd:double;
  dwc:latitude '13.33'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _213'^^xsd:string;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.34 100.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.34"^^xsd:decimal ;
  dwc:decimalLongitude "100.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.34 100.95)"^^geo:wktLiteral ;
  geo-pos:lat "13.34"^^xsd:decimal ;
  geo-pos:long "100.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '214'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.95'^^xsd:double;
  dwc:latitude '13.34'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _214'^^xsd:string;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.34 100.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.34"^^xsd:decimal ;
  dwc:decimalLongitude "100.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.34 100.96)"^^geo:wktLiteral ;
  geo-pos:lat "13.34"^^xsd:decimal ;
  geo-pos:long "100.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '216'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.96'^^xsd:double;
  dwc:latitude '13.34'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _216'^^xsd:string;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.35 100.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.35"^^xsd:decimal ;
  dwc:decimalLongitude "100.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.35 100.97)"^^geo:wktLiteral ;
  geo-pos:lat "13.35"^^xsd:decimal ;
  geo-pos:long "100.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '215'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1977'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.97'^^xsd:double;
  dwc:latitude '13.35'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _215'^^xsd:string;
  dwc:observationDate '1977-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.47 100.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.47"^^xsd:decimal ;
  dwc:decimalLongitude "100.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.47 100.97)"^^geo:wktLiteral ;
  geo-pos:lat "13.47"^^xsd:decimal ;
  geo-pos:long "100.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '192'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.97'^^xsd:double;
  dwc:latitude '13.47'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _192'^^xsd:string;
  dwc:observationDate '1980-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.47 100.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "13.47"^^xsd:decimal ;
  dwc:decimalLongitude "100.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (13.47 100.97)"^^geo:wktLiteral ;
  geo-pos:lat "13.47"^^xsd:decimal ;
  geo-pos:long "100.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '193'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '100.97'^^xsd:double;
  dwc:latitude '13.47'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _193'^^xsd:string;
  dwc:observationDate '1980-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.86 101.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.86"^^xsd:decimal ;
  dwc:decimalLongitude "101.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.86 101.17)"^^geo:wktLiteral ;
  geo-pos:lat "6.86"^^xsd:decimal ;
  geo-pos:long "101.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '147'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.17'^^xsd:double;
  dwc:latitude '6.86'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _147'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.88 101.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.88"^^xsd:decimal ;
  dwc:decimalLongitude "101.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.88 101.21)"^^geo:wktLiteral ;
  geo-pos:lat "6.88"^^xsd:decimal ;
  geo-pos:long "101.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '8'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.21'^^xsd:double;
  dwc:latitude '6.88'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _8'^^xsd:string;
  dwc:observationDate '2009-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.9 101.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.9"^^xsd:decimal ;
  dwc:decimalLongitude "101.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.9 101.23)"^^geo:wktLiteral ;
  geo-pos:lat "6.9"^^xsd:decimal ;
  geo-pos:long "101.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '7'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.23'^^xsd:double;
  dwc:latitude '6.9'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _7'^^xsd:string;
  dwc:observationDate '2009-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.9 101.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.9"^^xsd:decimal ;
  dwc:decimalLongitude "101.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.9 101.26)"^^geo:wktLiteral ;
  geo-pos:lat "6.9"^^xsd:decimal ;
  geo-pos:long "101.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '139'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.26'^^xsd:double;
  dwc:latitude '6.9'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _139'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.93 101.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.93"^^xsd:decimal ;
  dwc:decimalLongitude "101.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.93 101.26)"^^geo:wktLiteral ;
  geo-pos:lat "6.93"^^xsd:decimal ;
  geo-pos:long "101.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '9'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.26'^^xsd:double;
  dwc:latitude '6.93'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _9'^^xsd:string;
  dwc:observationDate '2009-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.87 101.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.87"^^xsd:decimal ;
  dwc:decimalLongitude "101.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.87 101.28)"^^geo:wktLiteral ;
  geo-pos:lat "6.87"^^xsd:decimal ;
  geo-pos:long "101.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '140'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.28'^^xsd:double;
  dwc:latitude '6.87'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _140'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.95 101.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.95"^^xsd:decimal ;
  dwc:decimalLongitude "101.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.95 101.28)"^^geo:wktLiteral ;
  geo-pos:lat "6.95"^^xsd:decimal ;
  geo-pos:long "101.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '146'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.28'^^xsd:double;
  dwc:latitude '6.95'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _146'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.9 101.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.9"^^xsd:decimal ;
  dwc:decimalLongitude "101.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.9 101.29)"^^geo:wktLiteral ;
  geo-pos:lat "6.9"^^xsd:decimal ;
  geo-pos:long "101.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '14'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.29'^^xsd:double;
  dwc:latitude '6.9'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _14'^^xsd:string;
  dwc:observationDate '2009-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.93 101.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.93"^^xsd:decimal ;
  dwc:decimalLongitude "101.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.93 101.29)"^^geo:wktLiteral ;
  geo-pos:lat "6.93"^^xsd:decimal ;
  geo-pos:long "101.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '10'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.29'^^xsd:double;
  dwc:latitude '6.93'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _10'^^xsd:string;
  dwc:observationDate '2009-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.9 101.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.9"^^xsd:decimal ;
  dwc:decimalLongitude "101.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_25>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.9 101.3)"^^geo:wktLiteral ;
  geo-pos:lat "6.9"^^xsd:decimal ;
  geo-pos:long "101.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '25'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.3'^^xsd:double;
  dwc:latitude '6.9'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _25'^^xsd:string;
  dwc:observationDate '2002-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.92 101.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.92"^^xsd:decimal ;
  dwc:decimalLongitude "101.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.92 101.3)"^^geo:wktLiteral ;
  geo-pos:lat "6.92"^^xsd:decimal ;
  geo-pos:long "101.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '145'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.3'^^xsd:double;
  dwc:latitude '6.92'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _145'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.92 101.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.92"^^xsd:decimal ;
  dwc:decimalLongitude "101.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.92 101.3)"^^geo:wktLiteral ;
  geo-pos:lat "6.92"^^xsd:decimal ;
  geo-pos:long "101.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '11'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.3'^^xsd:double;
  dwc:latitude '6.92'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _11'^^xsd:string;
  dwc:observationDate '2009-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.94 101.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.94"^^xsd:decimal ;
  dwc:decimalLongitude "101.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.94 101.3)"^^geo:wktLiteral ;
  geo-pos:lat "6.94"^^xsd:decimal ;
  geo-pos:long "101.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '149'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.3'^^xsd:double;
  dwc:latitude '6.94'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _149'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.88 101.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.88"^^xsd:decimal ;
  dwc:decimalLongitude "101.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.88 101.31)"^^geo:wktLiteral ;
  geo-pos:lat "6.88"^^xsd:decimal ;
  geo-pos:long "101.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '141'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.31'^^xsd:double;
  dwc:latitude '6.88'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _141'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.87 101.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.87"^^xsd:decimal ;
  dwc:decimalLongitude "101.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.87 101.32)"^^geo:wktLiteral ;
  geo-pos:lat "6.87"^^xsd:decimal ;
  geo-pos:long "101.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '142'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.32'^^xsd:double;
  dwc:latitude '6.87'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _142'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.89 101.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.89"^^xsd:decimal ;
  dwc:decimalLongitude "101.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.89 101.32)"^^geo:wktLiteral ;
  geo-pos:lat "6.89"^^xsd:decimal ;
  geo-pos:long "101.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '13'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.32'^^xsd:double;
  dwc:latitude '6.89'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _13'^^xsd:string;
  dwc:observationDate '2009-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.91 101.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.91"^^xsd:decimal ;
  dwc:decimalLongitude "101.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.91 101.32)"^^geo:wktLiteral ;
  geo-pos:lat "6.91"^^xsd:decimal ;
  geo-pos:long "101.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '143'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.32'^^xsd:double;
  dwc:latitude '6.91'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _143'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.92 101.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.92"^^xsd:decimal ;
  dwc:decimalLongitude "101.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.92 101.32)"^^geo:wktLiteral ;
  geo-pos:lat "6.92"^^xsd:decimal ;
  geo-pos:long "101.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '144'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.32'^^xsd:double;
  dwc:latitude '6.92'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _144'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3 101.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3"^^xsd:decimal ;
  dwc:decimalLongitude "101.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3 101.34)"^^geo:wktLiteral ;
  geo-pos:lat "3"^^xsd:decimal ;
  geo-pos:long "101.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '240'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '101.34'^^xsd:double;
  dwc:latitude '3'^^xsd:integer;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _240'^^xsd:string;
  dwc:observationDate '2000-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.9 101.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.9"^^xsd:decimal ;
  dwc:decimalLongitude "101.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.9 101.34)"^^geo:wktLiteral ;
  geo-pos:lat "6.9"^^xsd:decimal ;
  geo-pos:long "101.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '12'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.34'^^xsd:double;
  dwc:latitude '6.9'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _12'^^xsd:string;
  dwc:observationDate '2009-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.89 101.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.89"^^xsd:decimal ;
  dwc:decimalLongitude "101.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.89 101.37)"^^geo:wktLiteral ;
  geo-pos:lat "6.89"^^xsd:decimal ;
  geo-pos:long "101.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '148'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Thailand'^^xsd:string;
  dwc:longitude '101.37'^^xsd:double;
  dwc:latitude '6.89'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _148'^^xsd:string;
  dwc:observationDate '2010-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.8 101.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.8"^^xsd:decimal ;
  dwc:decimalLongitude "101.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.8 101.4)"^^geo:wktLiteral ;
  geo-pos:lat "2.8"^^xsd:decimal ;
  geo-pos:long "101.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '338'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '101.4'^^xsd:double;
  dwc:latitude '2.8'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _338'^^xsd:string;
  dwc:observationDate '2009-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.8 101.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.8"^^xsd:decimal ;
  dwc:decimalLongitude "101.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.8 101.4)"^^geo:wktLiteral ;
  geo-pos:lat "2.8"^^xsd:decimal ;
  geo-pos:long "101.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '339'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '101.4'^^xsd:double;
  dwc:latitude '2.8'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _339'^^xsd:string;
  dwc:observationDate '2009-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.61 101.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.61"^^xsd:decimal ;
  dwc:decimalLongitude "101.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.61 101.68)"^^geo:wktLiteral ;
  geo-pos:lat "2.61"^^xsd:decimal ;
  geo-pos:long "101.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '116'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '101.68'^^xsd:double;
  dwc:latitude '2.61'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _116'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.6 101.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.6"^^xsd:decimal ;
  dwc:decimalLongitude "101.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.6 101.76)"^^geo:wktLiteral ;
  geo-pos:lat "2.6"^^xsd:decimal ;
  geo-pos:long "101.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '316'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '101.76'^^xsd:double;
  dwc:latitude '2.6'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _316'^^xsd:string;
  dwc:observationDate '2010-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.6 101.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.6"^^xsd:decimal ;
  dwc:decimalLongitude "101.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.6 101.76)"^^geo:wktLiteral ;
  geo-pos:lat "2.6"^^xsd:decimal ;
  geo-pos:long "101.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '322'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '101.76'^^xsd:double;
  dwc:latitude '2.6'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _322'^^xsd:string;
  dwc:observationDate '2010-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.05 102.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "2.05"^^xsd:decimal ;
  dwc:decimalLongitude "102.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (2.05 102.53)"^^geo:wktLiteral ;
  geo-pos:lat "2.05"^^xsd:decimal ;
  geo-pos:long "102.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '317'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.53'^^xsd:double;
  dwc:latitude '2.05'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _317'^^xsd:string;
  dwc:observationDate '2010-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.91 102.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.91"^^xsd:decimal ;
  dwc:decimalLongitude "102.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.91 102.65)"^^geo:wktLiteral ;
  geo-pos:lat "1.91"^^xsd:decimal ;
  geo-pos:long "102.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '115'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.65'^^xsd:double;
  dwc:latitude '1.91'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _115'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.71 102.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.71"^^xsd:decimal ;
  dwc:decimalLongitude "102.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.71 102.7)"^^geo:wktLiteral ;
  geo-pos:lat "5.71"^^xsd:decimal ;
  geo-pos:long "102.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '108'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.7'^^xsd:double;
  dwc:latitude '5.71'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _108'^^xsd:string;
  dwc:observationDate '2004-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.68 102.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.68"^^xsd:decimal ;
  dwc:decimalLongitude "102.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.68 102.71)"^^geo:wktLiteral ;
  geo-pos:lat "5.68"^^xsd:decimal ;
  geo-pos:long "102.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '120'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.71'^^xsd:double;
  dwc:latitude '5.68'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _120'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.67 102.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.67"^^xsd:decimal ;
  dwc:decimalLongitude "102.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.67 102.73)"^^geo:wktLiteral ;
  geo-pos:lat "5.67"^^xsd:decimal ;
  geo-pos:long "102.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '51'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '102.73'^^xsd:double;
  dwc:latitude '5.67'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _51'^^xsd:string;
  dwc:observationDate '2004-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.93 103.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.93"^^xsd:decimal ;
  dwc:decimalLongitude "103.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.93 103.36)"^^geo:wktLiteral ;
  geo-pos:lat "3.93"^^xsd:decimal ;
  geo-pos:long "103.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '318'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '103.36'^^xsd:double;
  dwc:latitude '3.93'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _318'^^xsd:string;
  dwc:observationDate '2010-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.94 103.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.94"^^xsd:decimal ;
  dwc:decimalLongitude "103.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.94 103.36)"^^geo:wktLiteral ;
  geo-pos:lat "3.94"^^xsd:decimal ;
  geo-pos:long "103.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '122'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '103.36'^^xsd:double;
  dwc:latitude '3.94'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _122'^^xsd:string;
  dwc:observationDate '2005-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.93 103.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.93"^^xsd:decimal ;
  dwc:decimalLongitude "103.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.93 103.37)"^^geo:wktLiteral ;
  geo-pos:lat "3.93"^^xsd:decimal ;
  geo-pos:long "103.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '241'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '103.37'^^xsd:double;
  dwc:latitude '3.93'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _241'^^xsd:string;
  dwc:observationDate '2006-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.93 103.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.93"^^xsd:decimal ;
  dwc:decimalLongitude "103.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.93 103.37)"^^geo:wktLiteral ;
  geo-pos:lat "3.93"^^xsd:decimal ;
  geo-pos:long "103.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '126'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '103.37'^^xsd:double;
  dwc:latitude '3.93'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _126'^^xsd:string;
  dwc:observationDate '2005-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.93 103.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.93"^^xsd:decimal ;
  dwc:decimalLongitude "103.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.93 103.37)"^^geo:wktLiteral ;
  geo-pos:lat "3.93"^^xsd:decimal ;
  geo-pos:long "103.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '138'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '103.37'^^xsd:double;
  dwc:latitude '3.93'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _138'^^xsd:string;
  dwc:observationDate '2005-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.1 103.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "4.1"^^xsd:decimal ;
  dwc:decimalLongitude "103.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (4.1 103.38)"^^geo:wktLiteral ;
  geo-pos:lat "4.1"^^xsd:decimal ;
  geo-pos:long "103.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '125'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '103.38'^^xsd:double;
  dwc:latitude '4.1'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _125'^^xsd:string;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.6 103.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.6"^^xsd:decimal ;
  dwc:decimalLongitude "103.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.6 103.4)"^^geo:wktLiteral ;
  geo-pos:lat "3.6"^^xsd:decimal ;
  geo-pos:long "103.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '127'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '103.4'^^xsd:double;
  dwc:latitude '3.6'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _127'^^xsd:string;
  dwc:observationDate '2005-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.5 103.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.5"^^xsd:decimal ;
  dwc:decimalLongitude "103.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.5 103.41)"^^geo:wktLiteral ;
  geo-pos:lat "3.5"^^xsd:decimal ;
  geo-pos:long "103.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '123'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '103.41'^^xsd:double;
  dwc:latitude '3.5'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _123'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.53 103.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.53"^^xsd:decimal ;
  dwc:decimalLongitude "103.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.53 103.45)"^^geo:wktLiteral ;
  geo-pos:lat "3.53"^^xsd:decimal ;
  geo-pos:long "103.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '119'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '103.45'^^xsd:double;
  dwc:latitude '3.53'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _119'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.5 103.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.5"^^xsd:decimal ;
  dwc:decimalLongitude "103.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.5 103.46)"^^geo:wktLiteral ;
  geo-pos:lat "3.5"^^xsd:decimal ;
  geo-pos:long "103.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '323'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '103.46'^^xsd:double;
  dwc:latitude '3.5'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _323'^^xsd:string;
  dwc:observationDate '2010-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.53 103.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "3.53"^^xsd:decimal ;
  dwc:decimalLongitude "103.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (3.53 103.47)"^^geo:wktLiteral ;
  geo-pos:lat "3.53"^^xsd:decimal ;
  geo-pos:long "103.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '242'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '103.47'^^xsd:double;
  dwc:latitude '3.53'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _242'^^xsd:string;
  dwc:observationDate '2006-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 103.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.6"^^xsd:decimal ;
  dwc:decimalLongitude "103.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.6 103.52)"^^geo:wktLiteral ;
  geo-pos:lat "10.6"^^xsd:decimal ;
  geo-pos:long "103.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '106'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Cambodia'^^xsd:string;
  dwc:longitude '103.52'^^xsd:double;
  dwc:latitude '10.6'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _106'^^xsd:string;
  dwc:observationDate '2001-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.35 103.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.35"^^xsd:decimal ;
  dwc:decimalLongitude "103.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.35 103.54)"^^geo:wktLiteral ;
  geo-pos:lat "1.35"^^xsd:decimal ;
  geo-pos:long "103.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '109'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '103.54'^^xsd:double;
  dwc:latitude '1.35'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _109'^^xsd:string;
  dwc:observationDate '2004-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.56 103.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.56"^^xsd:decimal ;
  dwc:decimalLongitude "103.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.56 103.63)"^^geo:wktLiteral ;
  geo-pos:lat "-1.56"^^xsd:decimal ;
  geo-pos:long "103.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '223'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '103.63'^^xsd:double;
  dwc:latitude '-1.56'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _223'^^xsd:string;
  dwc:observationDate '2006-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.31 103.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.31"^^xsd:decimal ;
  dwc:decimalLongitude "103.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.31 103.66)"^^geo:wktLiteral ;
  geo-pos:lat "1.31"^^xsd:decimal ;
  geo-pos:long "103.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '189'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.66'^^xsd:double;
  dwc:latitude '1.31'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _189'^^xsd:string;
  dwc:observationDate '1983-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.43 103.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.43"^^xsd:decimal ;
  dwc:decimalLongitude "103.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.43 103.68)"^^geo:wktLiteral ;
  geo-pos:lat "1.43"^^xsd:decimal ;
  geo-pos:long "103.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '136'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.68'^^xsd:double;
  dwc:latitude '1.43'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _136'^^xsd:string;
  dwc:observationDate '2005-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.44 103.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.44"^^xsd:decimal ;
  dwc:decimalLongitude "103.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.44 103.7)"^^geo:wktLiteral ;
  geo-pos:lat "1.44"^^xsd:decimal ;
  geo-pos:long "103.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '135'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.7'^^xsd:double;
  dwc:latitude '1.44'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _135'^^xsd:string;
  dwc:observationDate '2005-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.41 103.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.41"^^xsd:decimal ;
  dwc:decimalLongitude "103.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.41 103.72)"^^geo:wktLiteral ;
  geo-pos:lat "1.41"^^xsd:decimal ;
  geo-pos:long "103.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '186'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.72'^^xsd:double;
  dwc:latitude '1.41'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _186'^^xsd:string;
  dwc:observationDate '1982-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.45 103.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.45"^^xsd:decimal ;
  dwc:decimalLongitude "103.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.45 103.72)"^^geo:wktLiteral ;
  geo-pos:lat "1.45"^^xsd:decimal ;
  geo-pos:long "103.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '134'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.72'^^xsd:double;
  dwc:latitude '1.45'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _134'^^xsd:string;
  dwc:observationDate '2005-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.46 103.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.46"^^xsd:decimal ;
  dwc:decimalLongitude "103.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.46 103.72)"^^geo:wktLiteral ;
  geo-pos:lat "1.46"^^xsd:decimal ;
  geo-pos:long "103.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '111'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '103.72'^^xsd:double;
  dwc:latitude '1.46'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _111'^^xsd:string;
  dwc:observationDate '2004-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.41 103.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.41"^^xsd:decimal ;
  dwc:decimalLongitude "103.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.41 103.73)"^^geo:wktLiteral ;
  geo-pos:lat "1.41"^^xsd:decimal ;
  geo-pos:long "103.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '102'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.73'^^xsd:double;
  dwc:latitude '1.41'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _102'^^xsd:string;
  dwc:observationDate '2004-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.41 103.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.41"^^xsd:decimal ;
  dwc:decimalLongitude "103.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.41 103.73)"^^geo:wktLiteral ;
  geo-pos:lat "1.41"^^xsd:decimal ;
  geo-pos:long "103.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '105'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.73'^^xsd:double;
  dwc:latitude '1.41'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _105'^^xsd:string;
  dwc:observationDate '2004-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.31 103.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.31"^^xsd:decimal ;
  dwc:decimalLongitude "103.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.31 103.74)"^^geo:wktLiteral ;
  geo-pos:lat "1.31"^^xsd:decimal ;
  geo-pos:long "103.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '137'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.74'^^xsd:double;
  dwc:latitude '1.31'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _137'^^xsd:string;
  dwc:observationDate '2005-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.43 103.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.43"^^xsd:decimal ;
  dwc:decimalLongitude "103.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.43 103.75)"^^geo:wktLiteral ;
  geo-pos:lat "1.43"^^xsd:decimal ;
  geo-pos:long "103.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '258'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.75'^^xsd:double;
  dwc:latitude '1.43'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _258'^^xsd:string;
  dwc:observationDate '1984-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.43 103.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.43"^^xsd:decimal ;
  dwc:decimalLongitude "103.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_29>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.43 103.75)"^^geo:wktLiteral ;
  geo-pos:lat "1.43"^^xsd:decimal ;
  geo-pos:long "103.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '29'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.75'^^xsd:double;
  dwc:latitude '1.43'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _29'^^xsd:string;
  dwc:observationDate '2003-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.44 103.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.44"^^xsd:decimal ;
  dwc:decimalLongitude "103.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.44 103.76)"^^geo:wktLiteral ;
  geo-pos:lat "1.44"^^xsd:decimal ;
  geo-pos:long "103.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '133'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.76'^^xsd:double;
  dwc:latitude '1.44'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _133'^^xsd:string;
  dwc:observationDate '2005-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.44 103.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.44"^^xsd:decimal ;
  dwc:decimalLongitude "103.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.44 103.76)"^^geo:wktLiteral ;
  geo-pos:lat "1.44"^^xsd:decimal ;
  geo-pos:long "103.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '372'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.76'^^xsd:double;
  dwc:latitude '1.44'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _372'^^xsd:string;
  dwc:observationDate '2009-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.25 103.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.25"^^xsd:decimal ;
  dwc:decimalLongitude "103.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.25 103.83)"^^geo:wktLiteral ;
  geo-pos:lat "1.25"^^xsd:decimal ;
  geo-pos:long "103.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '187'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.83'^^xsd:double;
  dwc:latitude '1.25'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _187'^^xsd:string;
  dwc:observationDate '1981-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.4 103.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.4"^^xsd:decimal ;
  dwc:decimalLongitude "103.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.4 103.84)"^^geo:wktLiteral ;
  geo-pos:lat "1.4"^^xsd:decimal ;
  geo-pos:long "103.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '132'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.84'^^xsd:double;
  dwc:latitude '1.4'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _132'^^xsd:string;
  dwc:observationDate '2005-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.23 103.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.23"^^xsd:decimal ;
  dwc:decimalLongitude "103.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.23 103.86)"^^geo:wktLiteral ;
  geo-pos:lat "1.23"^^xsd:decimal ;
  geo-pos:long "103.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '188'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.86'^^xsd:double;
  dwc:latitude '1.23'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _188'^^xsd:string;
  dwc:observationDate '1982-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.43 103.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.43"^^xsd:decimal ;
  dwc:decimalLongitude "103.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.43 103.93)"^^geo:wktLiteral ;
  geo-pos:lat "1.43"^^xsd:decimal ;
  geo-pos:long "103.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '110'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '103.93'^^xsd:double;
  dwc:latitude '1.43'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _110'^^xsd:string;
  dwc:observationDate '2004-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.39 103.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.39"^^xsd:decimal ;
  dwc:decimalLongitude "103.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.39 103.98)"^^geo:wktLiteral ;
  geo-pos:lat "1.39"^^xsd:decimal ;
  geo-pos:long "103.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '130'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.98'^^xsd:double;
  dwc:latitude '1.39'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _130'^^xsd:string;
  dwc:observationDate '2005-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.39 103.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.39"^^xsd:decimal ;
  dwc:decimalLongitude "103.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.39 103.98)"^^geo:wktLiteral ;
  geo-pos:lat "1.39"^^xsd:decimal ;
  geo-pos:long "103.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '131'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:country 'Singapore'^^xsd:string;
  dwc:longitude '103.98'^^xsd:double;
  dwc:latitude '1.39'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _131'^^xsd:string;
  dwc:observationDate '2005-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.94 105.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.94"^^xsd:decimal ;
  dwc:decimalLongitude "105.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.94 105.09)"^^geo:wktLiteral ;
  geo-pos:lat "9.94"^^xsd:decimal ;
  geo-pos:long "105.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '308'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '105.09'^^xsd:double;
  dwc:latitude '9.94'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _308'^^xsd:string;
  dwc:observationDate '2002-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.01 105.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.01"^^xsd:decimal ;
  dwc:decimalLongitude "105.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.01 105.41)"^^geo:wktLiteral ;
  geo-pos:lat "9.01"^^xsd:decimal ;
  geo-pos:long "105.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '307'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '105.41'^^xsd:double;
  dwc:latitude '9.01'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _307'^^xsd:string;
  dwc:observationDate '2002-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.2 105.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.2"^^xsd:decimal ;
  dwc:decimalLongitude "105.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.2 105.74)"^^geo:wktLiteral ;
  geo-pos:lat "9.2"^^xsd:decimal ;
  geo-pos:long "105.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '303'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '105.74'^^xsd:double;
  dwc:latitude '9.2'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _303'^^xsd:string;
  dwc:observationDate '2002-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.2 105.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.2"^^xsd:decimal ;
  dwc:decimalLongitude "105.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.2 105.74)"^^geo:wktLiteral ;
  geo-pos:lat "9.2"^^xsd:decimal ;
  geo-pos:long "105.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '304'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '105.74'^^xsd:double;
  dwc:latitude '9.2'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _304'^^xsd:string;
  dwc:observationDate '2002-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.93 105.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.93"^^xsd:decimal ;
  dwc:decimalLongitude "105.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.93 105.99)"^^geo:wktLiteral ;
  geo-pos:lat "-5.93"^^xsd:decimal ;
  geo-pos:long "105.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '341'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '105.99'^^xsd:double;
  dwc:latitude '-5.93'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _341'^^xsd:string;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.92 106.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-5.92"^^xsd:decimal ;
  dwc:decimalLongitude "106.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-5.92 106.1)"^^geo:wktLiteral ;
  geo-pos:lat "-5.92"^^xsd:decimal ;
  geo-pos:long "106.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '340'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '106.1'^^xsd:double;
  dwc:latitude '-5.92'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _340'^^xsd:string;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.25 106.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.25"^^xsd:decimal ;
  dwc:decimalLongitude "106.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_24>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.25 106.55)"^^geo:wktLiteral ;
  geo-pos:lat "10.25"^^xsd:decimal ;
  geo-pos:long "106.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '24'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.55'^^xsd:double;
  dwc:latitude '10.25'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _24'^^xsd:string;
  dwc:observationDate '2002-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.53 106.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.53"^^xsd:decimal ;
  dwc:decimalLongitude "106.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.53 106.92)"^^geo:wktLiteral ;
  geo-pos:lat "10.53"^^xsd:decimal ;
  geo-pos:long "106.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '305'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.92'^^xsd:double;
  dwc:latitude '10.53'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _305'^^xsd:string;
  dwc:observationDate '2002-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.53 106.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.53"^^xsd:decimal ;
  dwc:decimalLongitude "106.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.53 106.92)"^^geo:wktLiteral ;
  geo-pos:lat "10.53"^^xsd:decimal ;
  geo-pos:long "106.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '306'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '106.92'^^xsd:double;
  dwc:latitude '10.53'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _306'^^xsd:string;
  dwc:observationDate '2002-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.48 107.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "10.48"^^xsd:decimal ;
  dwc:decimalLongitude "107.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (10.48 107.09)"^^geo:wktLiteral ;
  geo-pos:lat "10.48"^^xsd:decimal ;
  geo-pos:long "107.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '36'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.09'^^xsd:double;
  dwc:latitude '10.48'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _36'^^xsd:string;
  dwc:observationDate '2002-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.93 107.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.93"^^xsd:decimal ;
  dwc:decimalLongitude "107.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.93 107.12)"^^geo:wktLiteral ;
  geo-pos:lat "20.93"^^xsd:decimal ;
  geo-pos:long "107.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '52'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.12'^^xsd:double;
  dwc:latitude '20.93'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _52'^^xsd:string;
  dwc:observationDate '2004-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.93 107.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.93"^^xsd:decimal ;
  dwc:decimalLongitude "107.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_53>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.93 107.12)"^^geo:wktLiteral ;
  geo-pos:lat "20.93"^^xsd:decimal ;
  geo-pos:long "107.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '53'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:country 'Vietnam'^^xsd:string;
  dwc:longitude '107.12'^^xsd:double;
  dwc:latitude '20.93'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _53'^^xsd:string;
  dwc:observationDate '2004-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.18 107.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.18"^^xsd:decimal ;
  dwc:decimalLongitude "107.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.18 107.85)"^^geo:wktLiteral ;
  geo-pos:lat "-6.18"^^xsd:decimal ;
  geo-pos:long "107.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '343'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '107.85'^^xsd:double;
  dwc:latitude '-6.18'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _343'^^xsd:string;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.18 107.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.18"^^xsd:decimal ;
  dwc:decimalLongitude "107.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.18 107.85)"^^geo:wktLiteral ;
  geo-pos:lat "-6.18"^^xsd:decimal ;
  geo-pos:long "107.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '344'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '107.85'^^xsd:double;
  dwc:latitude '-6.18'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _344'^^xsd:string;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.18 107.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.18"^^xsd:decimal ;
  dwc:decimalLongitude "107.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.18 107.87)"^^geo:wktLiteral ;
  geo-pos:lat "-6.18"^^xsd:decimal ;
  geo-pos:long "107.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '342'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '107.87'^^xsd:double;
  dwc:latitude '-6.18'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _342'^^xsd:string;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.63 108.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.63"^^xsd:decimal ;
  dwc:decimalLongitude "108.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_61>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.63 108.9)"^^geo:wktLiteral ;
  geo-pos:lat "21.63"^^xsd:decimal ;
  geo-pos:long "108.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '61'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '108.9'^^xsd:double;
  dwc:latitude '21.63'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _61'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.63 108.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.63"^^xsd:decimal ;
  dwc:decimalLongitude "108.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_62>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.63 108.9)"^^geo:wktLiteral ;
  geo-pos:lat "21.63"^^xsd:decimal ;
  geo-pos:long "108.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '62'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '108.9'^^xsd:double;
  dwc:latitude '21.63'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _62'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.61 109.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.61"^^xsd:decimal ;
  dwc:decimalLongitude "109.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.61 109.02)"^^geo:wktLiteral ;
  geo-pos:lat "21.61"^^xsd:decimal ;
  geo-pos:long "109.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '384'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '109.02'^^xsd:double;
  dwc:latitude '21.61'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _384'^^xsd:string;
  dwc:observationDate '2010-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.61 109.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.61"^^xsd:decimal ;
  dwc:decimalLongitude "109.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.61 109.02)"^^geo:wktLiteral ;
  geo-pos:lat "21.61"^^xsd:decimal ;
  geo-pos:long "109.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '385'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '109.02'^^xsd:double;
  dwc:latitude '21.61'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _385'^^xsd:string;
  dwc:observationDate '2010-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.59 109.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.59"^^xsd:decimal ;
  dwc:decimalLongitude "109.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_91>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.59 109.04)"^^geo:wktLiteral ;
  geo-pos:lat "21.59"^^xsd:decimal ;
  geo-pos:long "109.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '91'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '109.04'^^xsd:double;
  dwc:latitude '21.59'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _91'^^xsd:string;
  dwc:observationDate '2004-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.35 109.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.35"^^xsd:decimal ;
  dwc:decimalLongitude "109.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_76>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.35 109.09)"^^geo:wktLiteral ;
  geo-pos:lat "21.35"^^xsd:decimal ;
  geo-pos:long "109.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '76'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '109.09'^^xsd:double;
  dwc:latitude '21.35'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _76'^^xsd:string;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.85 109.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "19.85"^^xsd:decimal ;
  dwc:decimalLongitude "109.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_77>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (19.85 109.11)"^^geo:wktLiteral ;
  geo-pos:lat "19.85"^^xsd:decimal ;
  geo-pos:long "109.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '77'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '109.11'^^xsd:double;
  dwc:latitude '19.85'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _77'^^xsd:string;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.4 109.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.4"^^xsd:decimal ;
  dwc:decimalLongitude "109.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_35>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.4 109.19)"^^geo:wktLiteral ;
  geo-pos:lat "21.4"^^xsd:decimal ;
  geo-pos:long "109.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '35'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '109.19'^^xsd:double;
  dwc:latitude '21.4'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _35'^^xsd:string;
  dwc:observationDate '2004-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.41 109.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.41"^^xsd:decimal ;
  dwc:decimalLongitude "109.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_33>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.41 109.19)"^^geo:wktLiteral ;
  geo-pos:lat "21.41"^^xsd:decimal ;
  geo-pos:long "109.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '33'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '109.19'^^xsd:double;
  dwc:latitude '21.41'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _33'^^xsd:string;
  dwc:observationDate '2004-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.41 109.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.41"^^xsd:decimal ;
  dwc:decimalLongitude "109.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_58>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.41 109.19)"^^geo:wktLiteral ;
  geo-pos:lat "21.41"^^xsd:decimal ;
  geo-pos:long "109.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '58'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '109.19'^^xsd:double;
  dwc:latitude '21.41'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _58'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.41 109.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.41"^^xsd:decimal ;
  dwc:decimalLongitude "109.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_31>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.41 109.2)"^^geo:wktLiteral ;
  geo-pos:lat "21.41"^^xsd:decimal ;
  geo-pos:long "109.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '31'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '109.2'^^xsd:double;
  dwc:latitude '21.41'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _31'^^xsd:string;
  dwc:observationDate '2004-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.41 109.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.41"^^xsd:decimal ;
  dwc:decimalLongitude "109.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.41 109.2)"^^geo:wktLiteral ;
  geo-pos:lat "21.41"^^xsd:decimal ;
  geo-pos:long "109.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '32'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '109.2'^^xsd:double;
  dwc:latitude '21.41'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _32'^^xsd:string;
  dwc:observationDate '2004-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.41 109.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.41"^^xsd:decimal ;
  dwc:decimalLongitude "109.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.41 109.2)"^^geo:wktLiteral ;
  geo-pos:lat "21.41"^^xsd:decimal ;
  geo-pos:long "109.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '34'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '109.2'^^xsd:double;
  dwc:latitude '21.41'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _34'^^xsd:string;
  dwc:observationDate '2004-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.42 109.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.42"^^xsd:decimal ;
  dwc:decimalLongitude "109.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_59>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.42 109.21)"^^geo:wktLiteral ;
  geo-pos:lat "21.42"^^xsd:decimal ;
  geo-pos:long "109.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '59'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '109.21'^^xsd:double;
  dwc:latitude '21.42'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _59'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.42 109.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.42"^^xsd:decimal ;
  dwc:decimalLongitude "109.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_60>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.42 109.21)"^^geo:wktLiteral ;
  geo-pos:lat "21.42"^^xsd:decimal ;
  geo-pos:long "109.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '60'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '109.21'^^xsd:double;
  dwc:latitude '21.42'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _60'^^xsd:string;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.42 109.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.42"^^xsd:decimal ;
  dwc:decimalLongitude "109.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_30>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.42 109.22)"^^geo:wktLiteral ;
  geo-pos:lat "21.42"^^xsd:decimal ;
  geo-pos:long "109.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '30'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '109.22'^^xsd:double;
  dwc:latitude '21.42'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _30'^^xsd:string;
  dwc:observationDate '2004-08-06'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.68 110.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.68"^^xsd:decimal ;
  dwc:decimalLongitude "110.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.68 110.2)"^^geo:wktLiteral ;
  geo-pos:lat "1.68"^^xsd:decimal ;
  geo-pos:long "110.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '299'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '110.2'^^xsd:double;
  dwc:latitude '1.68'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _299'^^xsd:string;
  dwc:observationDate '2009-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.68 110.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.68"^^xsd:decimal ;
  dwc:decimalLongitude "110.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.68 110.2)"^^geo:wktLiteral ;
  geo-pos:lat "1.68"^^xsd:decimal ;
  geo-pos:long "110.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '300'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '110.2'^^xsd:double;
  dwc:latitude '1.68'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _300'^^xsd:string;
  dwc:observationDate '2009-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.94 110.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.94"^^xsd:decimal ;
  dwc:decimalLongitude "110.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.94 110.32)"^^geo:wktLiteral ;
  geo-pos:lat "-6.94"^^xsd:decimal ;
  geo-pos:long "110.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '345'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.32'^^xsd:double;
  dwc:latitude '-6.94'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _345'^^xsd:string;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.94 110.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.94"^^xsd:decimal ;
  dwc:decimalLongitude "110.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.94 110.32)"^^geo:wktLiteral ;
  geo-pos:lat "-6.94"^^xsd:decimal ;
  geo-pos:long "110.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '346'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.32'^^xsd:double;
  dwc:latitude '-6.94'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _346'^^xsd:string;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.94 110.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.94"^^xsd:decimal ;
  dwc:decimalLongitude "110.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.94 110.32)"^^geo:wktLiteral ;
  geo-pos:lat "-6.94"^^xsd:decimal ;
  geo-pos:long "110.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '347'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.32'^^xsd:double;
  dwc:latitude '-6.94'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _347'^^xsd:string;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.91 110.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "20.91"^^xsd:decimal ;
  dwc:decimalLongitude "110.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_90>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (20.91 110.33)"^^geo:wktLiteral ;
  geo-pos:lat "20.91"^^xsd:decimal ;
  geo-pos:long "110.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '90'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '110.33'^^xsd:double;
  dwc:latitude '20.91'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _90'^^xsd:string;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.64 110.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.64"^^xsd:decimal ;
  dwc:decimalLongitude "110.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.64 110.47)"^^geo:wktLiteral ;
  geo-pos:lat "1.64"^^xsd:decimal ;
  geo-pos:long "110.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '121'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '110.47'^^xsd:double;
  dwc:latitude '1.64'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _121'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.75 110.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.75"^^xsd:decimal ;
  dwc:decimalLongitude "110.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.75 110.53)"^^geo:wktLiteral ;
  geo-pos:lat "-6.75"^^xsd:decimal ;
  geo-pos:long "110.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '349'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.53'^^xsd:double;
  dwc:latitude '-6.75'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _349'^^xsd:string;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.8 110.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.8"^^xsd:decimal ;
  dwc:decimalLongitude "110.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.8 110.55)"^^geo:wktLiteral ;
  geo-pos:lat "-6.8"^^xsd:decimal ;
  geo-pos:long "110.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '348'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '110.55'^^xsd:double;
  dwc:latitude '-6.8'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _348'^^xsd:string;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.59 110.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.59"^^xsd:decimal ;
  dwc:decimalLongitude "110.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.59 110.6)"^^geo:wktLiteral ;
  geo-pos:lat "1.59"^^xsd:decimal ;
  geo-pos:long "110.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '301'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '110.6'^^xsd:double;
  dwc:latitude '1.59'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _301'^^xsd:string;
  dwc:observationDate '2009-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.59 110.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "1.59"^^xsd:decimal ;
  dwc:decimalLongitude "110.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (1.59 110.6)"^^geo:wktLiteral ;
  geo-pos:lat "1.59"^^xsd:decimal ;
  geo-pos:long "110.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '302'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '110.6'^^xsd:double;
  dwc:latitude '1.59'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _302'^^xsd:string;
  dwc:observationDate '2009-10-22'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.69 111.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-6.69"^^xsd:decimal ;
  dwc:decimalLongitude "111.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-6.69 111.38)"^^geo:wktLiteral ;
  geo-pos:lat "-6.69"^^xsd:decimal ;
  geo-pos:long "111.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '350'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '111.38'^^xsd:double;
  dwc:latitude '-6.69'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _350'^^xsd:string;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.61 111.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "21.61"^^xsd:decimal ;
  dwc:decimalLongitude "111.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (21.61 111.83)"^^geo:wktLiteral ;
  geo-pos:lat "21.61"^^xsd:decimal ;
  geo-pos:long "111.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '383'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '111.83'^^xsd:double;
  dwc:latitude '21.61'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _383'^^xsd:string;
  dwc:observationDate '1997-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.14 112.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.14"^^xsd:decimal ;
  dwc:decimalLongitude "112.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.14 112.65)"^^geo:wktLiteral ;
  geo-pos:lat "-7.14"^^xsd:decimal ;
  geo-pos:long "112.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '351'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '112.65'^^xsd:double;
  dwc:latitude '-7.14'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _351'^^xsd:string;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.16 112.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.16"^^xsd:decimal ;
  dwc:decimalLongitude "112.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.16 112.67)"^^geo:wktLiteral ;
  geo-pos:lat "-7.16"^^xsd:decimal ;
  geo-pos:long "112.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '228'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '112.67'^^xsd:double;
  dwc:latitude '-7.16'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _228'^^xsd:string;
  dwc:observationDate '2006-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.34 112.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.34"^^xsd:decimal ;
  dwc:decimalLongitude "112.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.34 112.82)"^^geo:wktLiteral ;
  geo-pos:lat "-7.34"^^xsd:decimal ;
  geo-pos:long "112.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '224'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '112.82'^^xsd:double;
  dwc:latitude '-7.34'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _224'^^xsd:string;
  dwc:observationDate '2006-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.34 112.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.34"^^xsd:decimal ;
  dwc:decimalLongitude "112.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.34 112.82)"^^geo:wktLiteral ;
  geo-pos:lat "-7.34"^^xsd:decimal ;
  geo-pos:long "112.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '225'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '112.82'^^xsd:double;
  dwc:latitude '-7.34'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _225'^^xsd:string;
  dwc:observationDate '2006-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.65 112.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.65"^^xsd:decimal ;
  dwc:decimalLongitude "112.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.65 112.99)"^^geo:wktLiteral ;
  geo-pos:lat "-7.65"^^xsd:decimal ;
  geo-pos:long "112.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '226'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '112.99'^^xsd:double;
  dwc:latitude '-7.65'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _226'^^xsd:string;
  dwc:observationDate '2006-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.65 112.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.65"^^xsd:decimal ;
  dwc:decimalLongitude "112.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.65 112.99)"^^geo:wktLiteral ;
  geo-pos:lat "-7.65"^^xsd:decimal ;
  geo-pos:long "112.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '227'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '112.99'^^xsd:double;
  dwc:latitude '-7.65'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _227'^^xsd:string;
  dwc:observationDate '2006-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.73 113.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.73"^^xsd:decimal ;
  dwc:decimalLongitude "113.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.73 113.19)"^^geo:wktLiteral ;
  geo-pos:lat "-7.73"^^xsd:decimal ;
  geo-pos:long "113.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '352'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '113.19'^^xsd:double;
  dwc:latitude '-7.73'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _352'^^xsd:string;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.7 113.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-7.7"^^xsd:decimal ;
  dwc:decimalLongitude "113.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-7.7 113.24)"^^geo:wktLiteral ;
  geo-pos:lat "-7.7"^^xsd:decimal ;
  geo-pos:long "113.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '353'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1989'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '113.24'^^xsd:double;
  dwc:latitude '-7.7'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _353'^^xsd:string;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.28 113.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.28"^^xsd:decimal ;
  dwc:decimalLongitude "113.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_82>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.28 113.88)"^^geo:wktLiteral ;
  geo-pos:lat "22.28"^^xsd:decimal ;
  geo-pos:long "113.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '82'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '113.88'^^xsd:double;
  dwc:latitude '22.28'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _82'^^xsd:string;
  dwc:observationDate '2003-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.28 113.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.28"^^xsd:decimal ;
  dwc:decimalLongitude "113.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_84>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.28 113.88)"^^geo:wktLiteral ;
  geo-pos:lat "22.28"^^xsd:decimal ;
  geo-pos:long "113.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '84'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '113.88'^^xsd:double;
  dwc:latitude '22.28'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _84'^^xsd:string;
  dwc:observationDate '2003-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.22 113.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.22"^^xsd:decimal ;
  dwc:decimalLongitude "113.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_88>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.22 113.92)"^^geo:wktLiteral ;
  geo-pos:lat "22.22"^^xsd:decimal ;
  geo-pos:long "113.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '88'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '113.92'^^xsd:double;
  dwc:latitude '22.22'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _88'^^xsd:string;
  dwc:observationDate '2003-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.22 113.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.22"^^xsd:decimal ;
  dwc:decimalLongitude "113.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.22 113.92)"^^geo:wktLiteral ;
  geo-pos:lat "22.22"^^xsd:decimal ;
  geo-pos:long "113.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '113'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '113.92'^^xsd:double;
  dwc:latitude '22.22'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _113'^^xsd:string;
  dwc:observationDate '2003-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.28 113.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.28"^^xsd:decimal ;
  dwc:decimalLongitude "113.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.28 113.92)"^^geo:wktLiteral ;
  geo-pos:lat "22.28"^^xsd:decimal ;
  geo-pos:long "113.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '197'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '113.92'^^xsd:double;
  dwc:latitude '22.28'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _197'^^xsd:string;
  dwc:observationDate '1994-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.29 113.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.29"^^xsd:decimal ;
  dwc:decimalLongitude "113.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_87>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.29 113.93)"^^geo:wktLiteral ;
  geo-pos:lat "22.29"^^xsd:decimal ;
  geo-pos:long "113.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '87'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '113.93'^^xsd:double;
  dwc:latitude '22.29'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _87'^^xsd:string;
  dwc:observationDate '2003-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.43 113.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.43"^^xsd:decimal ;
  dwc:decimalLongitude "113.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.43 113.94)"^^geo:wktLiteral ;
  geo-pos:lat "22.43"^^xsd:decimal ;
  geo-pos:long "113.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '198'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '113.94'^^xsd:double;
  dwc:latitude '22.43'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _198'^^xsd:string;
  dwc:observationDate '1994-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.43 113.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.43"^^xsd:decimal ;
  dwc:decimalLongitude "113.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.43 113.94)"^^geo:wktLiteral ;
  geo-pos:lat "22.43"^^xsd:decimal ;
  geo-pos:long "113.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '199'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '113.94'^^xsd:double;
  dwc:latitude '22.43'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _199'^^xsd:string;
  dwc:observationDate '1994-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.43 113.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.43"^^xsd:decimal ;
  dwc:decimalLongitude "113.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.43 113.94)"^^geo:wktLiteral ;
  geo-pos:lat "22.43"^^xsd:decimal ;
  geo-pos:long "113.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '312'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '113.94'^^xsd:double;
  dwc:latitude '22.43'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _312'^^xsd:string;
  dwc:observationDate '2009-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.43 113.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.43"^^xsd:decimal ;
  dwc:decimalLongitude "113.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_37>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.43 113.94)"^^geo:wktLiteral ;
  geo-pos:lat "22.43"^^xsd:decimal ;
  geo-pos:long "113.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '37'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '113.94'^^xsd:double;
  dwc:latitude '22.43'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _37'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.43 113.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.43"^^xsd:decimal ;
  dwc:decimalLongitude "113.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_38>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.43 113.94)"^^geo:wktLiteral ;
  geo-pos:lat "22.43"^^xsd:decimal ;
  geo-pos:long "113.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '38'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '113.94'^^xsd:double;
  dwc:latitude '22.43'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _38'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.44 113.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.44"^^xsd:decimal ;
  dwc:decimalLongitude "113.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.44 113.94)"^^geo:wktLiteral ;
  geo-pos:lat "22.44"^^xsd:decimal ;
  geo-pos:long "113.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '354'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '113.94'^^xsd:double;
  dwc:latitude '22.44'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _354'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.44 113.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.44"^^xsd:decimal ;
  dwc:decimalLongitude "113.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.44 113.94)"^^geo:wktLiteral ;
  geo-pos:lat "22.44"^^xsd:decimal ;
  geo-pos:long "113.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '355'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '113.94'^^xsd:double;
  dwc:latitude '22.44'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _355'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.43 113.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.43"^^xsd:decimal ;
  dwc:decimalLongitude "113.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_86>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.43 113.95)"^^geo:wktLiteral ;
  geo-pos:lat "22.43"^^xsd:decimal ;
  geo-pos:long "113.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '86'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '113.95'^^xsd:double;
  dwc:latitude '22.43'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _86'^^xsd:string;
  dwc:observationDate '2003-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.21 114.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.21"^^xsd:decimal ;
  dwc:decimalLongitude "114.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_83>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.21 114.14)"^^geo:wktLiteral ;
  geo-pos:lat "22.21"^^xsd:decimal ;
  geo-pos:long "114.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '83'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '114.14'^^xsd:double;
  dwc:latitude '22.21'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _83'^^xsd:string;
  dwc:observationDate '2003-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.21 114.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.21"^^xsd:decimal ;
  dwc:decimalLongitude "114.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_85>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.21 114.14)"^^geo:wktLiteral ;
  geo-pos:lat "22.21"^^xsd:decimal ;
  geo-pos:long "114.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '85'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '114.14'^^xsd:double;
  dwc:latitude '22.21'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _85'^^xsd:string;
  dwc:observationDate '2003-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.22 114.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "22.22"^^xsd:decimal ;
  dwc:decimalLongitude "114.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_92>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (22.22 114.18)"^^geo:wktLiteral ;
  geo-pos:lat "22.22"^^xsd:decimal ;
  geo-pos:long "114.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '92'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '114.18'^^xsd:double;
  dwc:latitude '22.22'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _92'^^xsd:string;
  dwc:observationDate '2003-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73 115.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.73"^^xsd:decimal ;
  dwc:decimalLongitude "115.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_89>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.73 115.93)"^^geo:wktLiteral ;
  geo-pos:lat "5.73"^^xsd:decimal ;
  geo-pos:long "115.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '89'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '115.93'^^xsd:double;
  dwc:latitude '5.73'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _89'^^xsd:string;
  dwc:observationDate '2004-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.98 116.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.98"^^xsd:decimal ;
  dwc:decimalLongitude "116.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.98 116.08)"^^geo:wktLiteral ;
  geo-pos:lat "5.98"^^xsd:decimal ;
  geo-pos:long "116.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '334'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '116.08'^^xsd:double;
  dwc:latitude '5.98'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _334'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.98 116.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "5.98"^^xsd:decimal ;
  dwc:decimalLongitude "116.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (5.98 116.08)"^^geo:wktLiteral ;
  geo-pos:lat "5.98"^^xsd:decimal ;
  geo-pos:long "116.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '335'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '116.08'^^xsd:double;
  dwc:latitude '5.98'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _335'^^xsd:string;
  dwc:observationDate '2008-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.06 116.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.06"^^xsd:decimal ;
  dwc:decimalLongitude "116.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.06 116.12)"^^geo:wktLiteral ;
  geo-pos:lat "6.06"^^xsd:decimal ;
  geo-pos:long "116.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '331'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '116.12'^^xsd:double;
  dwc:latitude '6.06'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _331'^^xsd:string;
  dwc:observationDate '2004-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.06 116.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.06"^^xsd:decimal ;
  dwc:decimalLongitude "116.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.06 116.12)"^^geo:wktLiteral ;
  geo-pos:lat "6.06"^^xsd:decimal ;
  geo-pos:long "116.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '332'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '116.12'^^xsd:double;
  dwc:latitude '6.06'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _332'^^xsd:string;
  dwc:observationDate '2004-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.06 116.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.06"^^xsd:decimal ;
  dwc:decimalLongitude "116.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.06 116.12)"^^geo:wktLiteral ;
  geo-pos:lat "6.06"^^xsd:decimal ;
  geo-pos:long "116.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '333'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '116.12'^^xsd:double;
  dwc:latitude '6.06'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _333'^^xsd:string;
  dwc:observationDate '2004-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.55 116.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.55"^^xsd:decimal ;
  dwc:decimalLongitude "116.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.55 116.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.55"^^xsd:decimal ;
  geo-pos:long "116.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '233'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '116.55'^^xsd:double;
  dwc:latitude '-1.55'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _233'^^xsd:string;
  dwc:observationDate '2006-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.55 116.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.55"^^xsd:decimal ;
  dwc:decimalLongitude "116.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.55 116.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.55"^^xsd:decimal ;
  geo-pos:long "116.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '234'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '116.55'^^xsd:double;
  dwc:latitude '-1.55'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _234'^^xsd:string;
  dwc:observationDate '2006-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.55 116.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.55"^^xsd:decimal ;
  dwc:decimalLongitude "116.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.55 116.55)"^^geo:wktLiteral ;
  geo-pos:lat "-1.55"^^xsd:decimal ;
  geo-pos:long "116.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '235'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '116.55'^^xsd:double;
  dwc:latitude '-1.55'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _235'^^xsd:string;
  dwc:observationDate '2006-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.32 116.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.32"^^xsd:decimal ;
  dwc:decimalLongitude "116.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.32 116.75)"^^geo:wktLiteral ;
  geo-pos:lat "-1.32"^^xsd:decimal ;
  geo-pos:long "116.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '229'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '116.75'^^xsd:double;
  dwc:latitude '-1.32'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _229'^^xsd:string;
  dwc:observationDate '2006-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.32 116.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.32"^^xsd:decimal ;
  dwc:decimalLongitude "116.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.32 116.75)"^^geo:wktLiteral ;
  geo-pos:lat "-1.32"^^xsd:decimal ;
  geo-pos:long "116.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '230'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '116.75'^^xsd:double;
  dwc:latitude '-1.32'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _230'^^xsd:string;
  dwc:observationDate '2006-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.25 116.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.25"^^xsd:decimal ;
  dwc:decimalLongitude "116.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.25 116.77)"^^geo:wktLiteral ;
  geo-pos:lat "-1.25"^^xsd:decimal ;
  geo-pos:long "116.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '231'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '116.77'^^xsd:double;
  dwc:latitude '-1.25'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _231'^^xsd:string;
  dwc:observationDate '2006-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.21 116.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.21"^^xsd:decimal ;
  dwc:decimalLongitude "116.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.21 116.97)"^^geo:wktLiteral ;
  geo-pos:lat "-1.21"^^xsd:decimal ;
  geo-pos:long "116.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '221'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '116.97'^^xsd:double;
  dwc:latitude '-1.21'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _221'^^xsd:string;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.21 116.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-1.21"^^xsd:decimal ;
  dwc:decimalLongitude "116.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-1.21 116.97)"^^geo:wktLiteral ;
  geo-pos:lat "-1.21"^^xsd:decimal ;
  geo-pos:long "116.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '222'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '116.97'^^xsd:double;
  dwc:latitude '-1.21'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _222'^^xsd:string;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.75 117.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "6.75"^^xsd:decimal ;
  dwc:decimalLongitude "117.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (6.75 117.44)"^^geo:wktLiteral ;
  geo-pos:lat "6.75"^^xsd:decimal ;
  geo-pos:long "117.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '310'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Malaysia'^^xsd:string;
  dwc:longitude '117.44'^^xsd:double;
  dwc:latitude '6.75'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _310'^^xsd:string;
  dwc:observationDate '2010-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.14 117.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "0.14"^^xsd:decimal ;
  dwc:decimalLongitude "117.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (0.14 117.49)"^^geo:wktLiteral ;
  geo-pos:lat "0.14"^^xsd:decimal ;
  geo-pos:long "117.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '232'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '117.49'^^xsd:double;
  dwc:latitude '0.14'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _232'^^xsd:string;
  dwc:observationDate '2006-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.6 117.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.6"^^xsd:decimal ;
  dwc:decimalLongitude "117.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.6 117.52)"^^geo:wktLiteral ;
  geo-pos:lat "-0.6"^^xsd:decimal ;
  geo-pos:long "117.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '219'^^xsd:double;
  dwc:scientificName 'Tachypleus gigas'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '117.52'^^xsd:double;
  dwc:latitude '-0.6'^^xsd:double;
  dwc:aphiaid '238271'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _219'^^xsd:string;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238271'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.6 117.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-0.6"^^xsd:decimal ;
  dwc:decimalLongitude "117.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-0.6 117.52)"^^geo:wktLiteral ;
  geo-pos:lat "-0.6"^^xsd:decimal ;
  geo-pos:long "117.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '220'^^xsd:double;
  dwc:scientificName 'Carcinoscorpius rotundicauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:country 'Indonesia'^^xsd:string;
  dwc:longitude '117.52'^^xsd:double;
  dwc:latitude '-0.6'^^xsd:double;
  dwc:aphiaid '238267'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _220'^^xsd:string;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238267'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.8 117.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.8"^^xsd:decimal ;
  dwc:decimalLongitude "117.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_75>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.8 117.56)"^^geo:wktLiteral ;
  geo-pos:lat "23.8"^^xsd:decimal ;
  geo-pos:long "117.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '75'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '117.56'^^xsd:double;
  dwc:latitude '23.8'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _75'^^xsd:string;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.51 118.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.51"^^xsd:decimal ;
  dwc:decimalLongitude "118.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.51 118.21)"^^geo:wktLiteral ;
  geo-pos:lat "24.51"^^xsd:decimal ;
  geo-pos:long "118.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '311'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '118.21'^^xsd:double;
  dwc:latitude '24.51'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _311'^^xsd:string;
  dwc:observationDate '2009-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.42 118.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.42"^^xsd:decimal ;
  dwc:decimalLongitude "118.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.42 118.3)"^^geo:wktLiteral ;
  geo-pos:lat "24.42"^^xsd:decimal ;
  geo-pos:long "118.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '17'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:country 'Taiwan'^^xsd:string;
  dwc:longitude '118.3'^^xsd:double;
  dwc:latitude '24.42'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _17'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.48 118.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.48"^^xsd:decimal ;
  dwc:decimalLongitude "118.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_98>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.48 118.3)"^^geo:wktLiteral ;
  geo-pos:lat "24.48"^^xsd:decimal ;
  geo-pos:long "118.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '98'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Taiwan'^^xsd:string;
  dwc:longitude '118.3'^^xsd:double;
  dwc:latitude '24.48'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _98'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.42 118.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.42"^^xsd:decimal ;
  dwc:decimalLongitude "118.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_99>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.42 118.31)"^^geo:wktLiteral ;
  geo-pos:lat "24.42"^^xsd:decimal ;
  geo-pos:long "118.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '99'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Taiwan'^^xsd:string;
  dwc:longitude '118.31'^^xsd:double;
  dwc:latitude '24.42'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _99'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.49 118.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.49"^^xsd:decimal ;
  dwc:decimalLongitude "118.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_97>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.49 118.31)"^^geo:wktLiteral ;
  geo-pos:lat "24.49"^^xsd:decimal ;
  geo-pos:long "118.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '97'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Taiwan'^^xsd:string;
  dwc:longitude '118.31'^^xsd:double;
  dwc:latitude '24.49'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _97'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.73 118.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "9.73"^^xsd:decimal ;
  dwc:decimalLongitude "118.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (9.73 118.77)"^^geo:wktLiteral ;
  geo-pos:lat "9.73"^^xsd:decimal ;
  geo-pos:long "118.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '298'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Philipines'^^xsd:string;
  dwc:longitude '118.77'^^xsd:double;
  dwc:latitude '9.73'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _298'^^xsd:string;
  dwc:observationDate '1998-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.06 119.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.06"^^xsd:decimal ;
  dwc:decimalLongitude "119.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_74>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.06 119.07)"^^geo:wktLiteral ;
  geo-pos:lat "25.06"^^xsd:decimal ;
  geo-pos:long "119.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '74'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '119.07'^^xsd:double;
  dwc:latitude '25.06'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _74'^^xsd:string;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.53 119.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.53"^^xsd:decimal ;
  dwc:decimalLongitude "119.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.53 119.59)"^^geo:wktLiteral ;
  geo-pos:lat "23.53"^^xsd:decimal ;
  geo-pos:long "119.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '19'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:country 'Taiwan'^^xsd:string;
  dwc:longitude '119.59'^^xsd:double;
  dwc:latitude '23.53'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _19'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.58 119.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.58"^^xsd:decimal ;
  dwc:decimalLongitude "119.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_18>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.58 119.59)"^^geo:wktLiteral ;
  geo-pos:lat "23.58"^^xsd:decimal ;
  geo-pos:long "119.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '18'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:country 'Taiwan'^^xsd:string;
  dwc:longitude '119.59'^^xsd:double;
  dwc:latitude '23.58'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _18'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.5 119.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.5"^^xsd:decimal ;
  dwc:decimalLongitude "119.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_93>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.5 119.83)"^^geo:wktLiteral ;
  geo-pos:lat "25.5"^^xsd:decimal ;
  geo-pos:long "119.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '93'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '119.83'^^xsd:double;
  dwc:latitude '25.5'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _93'^^xsd:string;
  dwc:observationDate '2003-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.36 120.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "23.36"^^xsd:decimal ;
  dwc:decimalLongitude "120.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_39>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (23.36 120.13)"^^geo:wktLiteral ;
  geo-pos:lat "23.36"^^xsd:decimal ;
  geo-pos:long "120.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '39'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:country 'Taiwan'^^xsd:string;
  dwc:longitude '120.13'^^xsd:double;
  dwc:latitude '23.36'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _39'^^xsd:string;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.41 120.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "24.41"^^xsd:decimal ;
  dwc:decimalLongitude "120.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (24.41 120.6)"^^geo:wktLiteral ;
  geo-pos:lat "24.41"^^xsd:decimal ;
  geo-pos:long "120.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '100'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Taiwan'^^xsd:string;
  dwc:longitude '120.6'^^xsd:double;
  dwc:latitude '24.41'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _100'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.25 121.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "25.25"^^xsd:decimal ;
  dwc:decimalLongitude "121.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (25.25 121.45)"^^geo:wktLiteral ;
  geo-pos:lat "25.25"^^xsd:decimal ;
  geo-pos:long "121.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '381'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Taiwan'^^xsd:string;
  dwc:longitude '121.45'^^xsd:double;
  dwc:latitude '25.25'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _381'^^xsd:string;
  dwc:observationDate '1997-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.15 121.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.15"^^xsd:decimal ;
  dwc:decimalLongitude "121.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_73>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.15 121.71)"^^geo:wktLiteral ;
  geo-pos:lat "29.15"^^xsd:decimal ;
  geo-pos:long "121.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '73'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '121.71'^^xsd:double;
  dwc:latitude '29.15'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _73'^^xsd:string;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 121.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "121.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 121.96)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "121.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '382'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'China'^^xsd:string;
  dwc:longitude '121.96'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _382'^^xsd:string;
  dwc:observationDate '1997-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.51 126.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.51"^^xsd:decimal ;
  dwc:decimalLongitude "126.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_94>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.51 126.96)"^^geo:wktLiteral ;
  geo-pos:lat "33.51"^^xsd:decimal ;
  geo-pos:long "126.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '94'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Korea'^^xsd:string;
  dwc:longitude '126.96'^^xsd:double;
  dwc:latitude '33.51'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _94'^^xsd:string;
  dwc:observationDate '1993-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 129.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "129.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 129.63)"^^geo:wktLiteral ;
  geo-pos:lat "33.22"^^xsd:decimal ;
  geo-pos:long "129.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '309'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '129.63'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _309'^^xsd:string;
  dwc:observationDate '2011-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.11 129.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.11"^^xsd:decimal ;
  dwc:decimalLongitude "129.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_65>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.11 129.72)"^^geo:wktLiteral ;
  geo-pos:lat "33.11"^^xsd:decimal ;
  geo-pos:long "129.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '65'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '129.72'^^xsd:double;
  dwc:latitude '33.11'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _65'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.77 129.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.77"^^xsd:decimal ;
  dwc:decimalLongitude "129.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.77 129.78)"^^geo:wktLiteral ;
  geo-pos:lat "33.77"^^xsd:decimal ;
  geo-pos:long "129.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '369'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '129.78'^^xsd:double;
  dwc:latitude '33.77'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _369'^^xsd:string;
  dwc:observationDate '2010-08-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.34 129.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.34"^^xsd:decimal ;
  dwc:decimalLongitude "129.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.34 129.82)"^^geo:wktLiteral ;
  geo-pos:lat "33.34"^^xsd:decimal ;
  geo-pos:long "129.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '128'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '129.82'^^xsd:double;
  dwc:latitude '33.34'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _128'^^xsd:string;
  dwc:observationDate '1990-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.34 129.82)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.34"^^xsd:decimal ;
  dwc:decimalLongitude "129.82"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_66>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.34 129.82)"^^geo:wktLiteral ;
  geo-pos:lat "33.34"^^xsd:decimal ;
  geo-pos:long "129.82"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '66'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '129.82'^^xsd:double;
  dwc:latitude '33.34'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _66'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.55 130.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.55"^^xsd:decimal ;
  dwc:decimalLongitude "130.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_67>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.55 130.16)"^^geo:wktLiteral ;
  geo-pos:lat "33.55"^^xsd:decimal ;
  geo-pos:long "130.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '67'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '130.16'^^xsd:double;
  dwc:latitude '33.55'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _67'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.58 130.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.58"^^xsd:decimal ;
  dwc:decimalLongitude "130.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.58 130.29)"^^geo:wktLiteral ;
  geo-pos:lat "33.58"^^xsd:decimal ;
  geo-pos:long "130.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '238'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '130.29'^^xsd:double;
  dwc:latitude '33.58'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _238'^^xsd:string;
  dwc:observationDate '1975-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.63 130.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.63"^^xsd:decimal ;
  dwc:decimalLongitude "130.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_63>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.63 130.34)"^^geo:wktLiteral ;
  geo-pos:lat "33.63"^^xsd:decimal ;
  geo-pos:long "130.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '63'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '130.34'^^xsd:double;
  dwc:latitude '33.63'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _63'^^xsd:string;
  dwc:observationDate '1988-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.63 130.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.63"^^xsd:decimal ;
  dwc:decimalLongitude "130.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_68>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.63 130.34)"^^geo:wktLiteral ;
  geo-pos:lat "33.63"^^xsd:decimal ;
  geo-pos:long "130.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '68'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '130.34'^^xsd:double;
  dwc:latitude '33.63'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _68'^^xsd:string;
  dwc:observationDate '2004-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 130.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.6"^^xsd:decimal ;
  dwc:decimalLongitude "130.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.6 130.36)"^^geo:wktLiteral ;
  geo-pos:lat "33.6"^^xsd:decimal ;
  geo-pos:long "130.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '196'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '130.36'^^xsd:double;
  dwc:latitude '33.6'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _196'^^xsd:string;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 130.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "130.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_69>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 130.46)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "130.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '69'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '130.46'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _69'^^xsd:string;
  dwc:observationDate '2006-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 131.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34"^^xsd:decimal ;
  dwc:decimalLongitude "131.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_64>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34 131.11)"^^geo:wktLiteral ;
  geo-pos:lat "34"^^xsd:decimal ;
  geo-pos:long "131.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '64'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1988'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '131.11'^^xsd:double;
  dwc:latitude '34'^^xsd:integer;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _64'^^xsd:string;
  dwc:observationDate '1988-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.01 131.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.01"^^xsd:decimal ;
  dwc:decimalLongitude "131.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_72>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.01 131.39)"^^geo:wktLiteral ;
  geo-pos:lat "34.01"^^xsd:decimal ;
  geo-pos:long "131.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '72'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '131.39'^^xsd:double;
  dwc:latitude '34.01'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _72'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.57 131.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.57"^^xsd:decimal ;
  dwc:decimalLongitude "131.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_70>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.57 131.42)"^^geo:wktLiteral ;
  geo-pos:lat "33.57"^^xsd:decimal ;
  geo-pos:long "131.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '70'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '131.42'^^xsd:double;
  dwc:latitude '33.57'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _70'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.25 131.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.25"^^xsd:decimal ;
  dwc:decimalLongitude "131.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.25 131.58)"^^geo:wktLiteral ;
  geo-pos:lat "33.25"^^xsd:decimal ;
  geo-pos:long "131.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '239'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '131.58'^^xsd:double;
  dwc:latitude '33.25'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _239'^^xsd:string;
  dwc:observationDate '1975-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.42 131.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.42"^^xsd:decimal ;
  dwc:decimalLongitude "131.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.42 131.64)"^^geo:wktLiteral ;
  geo-pos:lat "33.42"^^xsd:decimal ;
  geo-pos:long "131.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '129'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '131.64'^^xsd:double;
  dwc:latitude '33.42'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _129'^^xsd:string;
  dwc:observationDate '1990-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 131.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.41"^^xsd:decimal ;
  dwc:decimalLongitude "131.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_71>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.41 131.65)"^^geo:wktLiteral ;
  geo-pos:lat "33.41"^^xsd:decimal ;
  geo-pos:long "131.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '71'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '131.65'^^xsd:double;
  dwc:latitude '33.41'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _71'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.05 131.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.05"^^xsd:decimal ;
  dwc:decimalLongitude "131.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/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.05 131.72)"^^geo:wktLiteral ;
  geo-pos:lat "34.05"^^xsd:decimal ;
  geo-pos:long "131.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '237'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '131.72'^^xsd:double;
  dwc:latitude '34.05'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _237'^^xsd:string;
  dwc:observationDate '1975-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9 132.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9"^^xsd:decimal ;
  dwc:decimalLongitude "132.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9 132.04)"^^geo:wktLiteral ;
  geo-pos:lat "33.9"^^xsd:decimal ;
  geo-pos:long "132.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '330'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '132.04'^^xsd:double;
  dwc:latitude '33.9'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _330'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 133.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "133.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 133.53)"^^geo:wktLiteral ;
  geo-pos:lat "34.46"^^xsd:decimal ;
  geo-pos:long "133.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '371'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '133.53'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _371'^^xsd:string;
  dwc:observationDate '2010-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6 134.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.6"^^xsd:decimal ;
  dwc:decimalLongitude "134.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.6 134.03)"^^geo:wktLiteral ;
  geo-pos:lat "34.6"^^xsd:decimal ;
  geo-pos:long "134.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5647__GU_%20Horseshoe%20crab%20distribution%20records%20_236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "GU_ Horseshoe crab distribution records _236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5647_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'Aarhus-BIOS'^^xsd:string;
  dwc:collectionCode 'Horseshoe crab distributions'^^xsd:string;
  dwc:catalogNumber '236'^^xsd:double;
  dwc:scientificName 'Tachypleus tridentatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:country 'Japan'^^xsd:string;
  dwc:longitude '134.03'^^xsd:double;
  dwc:latitude '34.6'^^xsd:double;
  dwc:aphiaid '238270'^^xsd:integer;
  dwc:occurrenceId 'GU_ Horseshoe crab distribution records _236'^^xsd:string;
  dwc:observationDate '1975-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '238270'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF