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

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_58'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_58'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.131167'^^xsd:double;
  dwc:startLongitude '-6.131167'^^xsd:double;
  dwc:endLongitude '-6.131167'^^xsd:double;
  dwc:latitude '56.8405'^^xsd:double;
  dwc:startLatitude '56.8405'^^xsd:double;
  dwc:endLatitude '56.8405'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_58'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2005-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.737333 -6.401833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.737333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.401833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_64'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_64'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:startTimeOfDay '10.833333333333'^^xsd:double;
  dwc:endTimeOfDay '10.833333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.401833'^^xsd:double;
  dwc:startLongitude '-6.401833'^^xsd:double;
  dwc:endLongitude '-6.401833'^^xsd:double;
  dwc:latitude '56.737333'^^xsd:double;
  dwc:startLatitude '56.737333'^^xsd:double;
  dwc:endLatitude '56.737333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_64'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.728333 -6.228333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.728333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.228333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_61'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_61'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:startTimeOfDay '14.5'^^xsd:double;
  dwc:endTimeOfDay '14.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.228333'^^xsd:double;
  dwc:startLongitude '-6.228333'^^xsd:double;
  dwc:endLongitude '-6.228333'^^xsd:double;
  dwc:latitude '56.728333'^^xsd:double;
  dwc:startLatitude '56.728333'^^xsd:double;
  dwc:endLatitude '56.728333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_61'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2003-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.766667 -6.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_62'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_62'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:julianDay '176'^^xsd:integer;
  dwc:startJulianDay '176'^^xsd:integer;
  dwc:endJulianDay '176'^^xsd:integer;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.25'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.58'^^xsd:double;
  dwc:startLongitude '-6.58'^^xsd:double;
  dwc:endLongitude '-6.58'^^xsd:double;
  dwc:latitude '56.766667'^^xsd:double;
  dwc:startLatitude '56.766667'^^xsd:double;
  dwc:endLatitude '56.766667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_62'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.366667 -6.483333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.366667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.483333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_69'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_69'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '79'^^xsd:integer;
  dwc:startJulianDay '79'^^xsd:integer;
  dwc:endJulianDay '79'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EST'^^xsd:string;
  dwc:longitude '-6.483333'^^xsd:double;
  dwc:startLongitude '-6.483333'^^xsd:double;
  dwc:endLongitude '-6.483333'^^xsd:double;
  dwc:latitude '58.366667'^^xsd:double;
  dwc:startLatitude '58.366667'^^xsd:double;
  dwc:endLatitude '58.366667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_69'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2005-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.781667 -6.401833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.781667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.401833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_65'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_65'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.401833'^^xsd:double;
  dwc:startLongitude '-6.401833'^^xsd:double;
  dwc:endLongitude '-6.401833'^^xsd:double;
  dwc:latitude '56.781667'^^xsd:double;
  dwc:startLatitude '56.781667'^^xsd:double;
  dwc:endLatitude '56.781667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_65'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.951833 -7.362167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.951833"^^xsd:decimal ;
  dwc:decimalLongitude "-7.362167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_66'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_66'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '15.083333333333'^^xsd:double;
  dwc:startTimeOfDay '15.083333333333'^^xsd:double;
  dwc:endTimeOfDay '15.083333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.362167'^^xsd:double;
  dwc:startLongitude '-7.362167'^^xsd:double;
  dwc:endLongitude '-7.362167'^^xsd:double;
  dwc:latitude '56.951833'^^xsd:double;
  dwc:startLatitude '56.951833'^^xsd:double;
  dwc:endLatitude '56.951833'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_66'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2002-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.835 -7.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.835"^^xsd:decimal ;
  dwc:decimalLongitude "-7.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_59'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_59'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:startDayCollected '2'^^xsd:integer;
  dwc:endDayCollected '2'^^xsd:integer;
  dwc:julianDay '214'^^xsd:integer;
  dwc:startJulianDay '214'^^xsd:integer;
  dwc:endJulianDay '214'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:startTimeOfDay '16'^^xsd:integer;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.025'^^xsd:double;
  dwc:startLongitude '-7.025'^^xsd:double;
  dwc:endLongitude '-7.025'^^xsd:double;
  dwc:latitude '56.835'^^xsd:double;
  dwc:startLatitude '56.835'^^xsd:double;
  dwc:endLatitude '56.835'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '694_59'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.703833 -6.432833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.703833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.432833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_6'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_6'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:startDayCollected '13'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '18.7'^^xsd:double;
  dwc:startTimeOfDay '18.7'^^xsd:double;
  dwc:endTimeOfDay '18.7'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.432833'^^xsd:double;
  dwc:startLongitude '-6.432833'^^xsd:double;
  dwc:endLongitude '-6.432833'^^xsd:double;
  dwc:latitude '56.703833'^^xsd:double;
  dwc:startLatitude '56.703833'^^xsd:double;
  dwc:endLatitude '56.703833'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_6'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2000-08-13'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.408333 -6.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.408333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_68'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_68'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '195'^^xsd:integer;
  dwc:startJulianDay '195'^^xsd:integer;
  dwc:endJulianDay '195'^^xsd:integer;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:startTimeOfDay '15.75'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.333333'^^xsd:double;
  dwc:startLongitude '-6.333333'^^xsd:double;
  dwc:endLongitude '-6.333333'^^xsd:double;
  dwc:latitude '56.408333'^^xsd:double;
  dwc:startLatitude '56.408333'^^xsd:double;
  dwc:endLatitude '56.408333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_68'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2002-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.25 -6.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.25"^^xsd:decimal ;
  dwc:decimalLongitude "-6.333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_70'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_70'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '67'^^xsd:integer;
  dwc:startJulianDay '67'^^xsd:integer;
  dwc:endJulianDay '67'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EST'^^xsd:string;
  dwc:longitude '-6.333333'^^xsd:double;
  dwc:startLongitude '-6.333333'^^xsd:double;
  dwc:endLongitude '-6.333333'^^xsd:double;
  dwc:latitude '56.25'^^xsd:double;
  dwc:startLatitude '56.25'^^xsd:double;
  dwc:endLatitude '56.25'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '694_70'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2005-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.716667 -6.283333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.716667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.283333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_71'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_71'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '135'^^xsd:integer;
  dwc:startJulianDay '135'^^xsd:integer;
  dwc:endJulianDay '135'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.283333'^^xsd:double;
  dwc:startLongitude '-6.283333'^^xsd:double;
  dwc:endLongitude '-6.283333'^^xsd:double;
  dwc:latitude '56.716667'^^xsd:double;
  dwc:startLatitude '56.716667'^^xsd:double;
  dwc:endLatitude '56.716667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '694_71'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2005-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7 -7.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_72'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_72'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '192'^^xsd:integer;
  dwc:startJulianDay '192'^^xsd:integer;
  dwc:endJulianDay '192'^^xsd:integer;
  dwc:timeOfDay '14.666666666667'^^xsd:double;
  dwc:startTimeOfDay '14.666666666667'^^xsd:double;
  dwc:endTimeOfDay '14.666666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.1'^^xsd:double;
  dwc:startLongitude '-7.1'^^xsd:double;
  dwc:endLongitude '-7.1'^^xsd:double;
  dwc:latitude '56.7'^^xsd:double;
  dwc:startLatitude '56.7'^^xsd:double;
  dwc:endLatitude '56.7'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '694_72'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2002-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.616667 -6.533333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.616667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.533333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_55'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_55'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:startMonthCollected '11'^^xsd:integer;
  dwc:endMonthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '315'^^xsd:integer;
  dwc:startJulianDay '315'^^xsd:integer;
  dwc:endJulianDay '315'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EST'^^xsd:string;
  dwc:longitude '-6.533333'^^xsd:double;
  dwc:startLongitude '-6.533333'^^xsd:double;
  dwc:endLongitude '-6.533333'^^xsd:double;
  dwc:latitude '56.616667'^^xsd:double;
  dwc:startLatitude '56.616667'^^xsd:double;
  dwc:endLatitude '56.616667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_55'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2001-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.416667 -6.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.416667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_56'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_56'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '195'^^xsd:integer;
  dwc:startJulianDay '195'^^xsd:integer;
  dwc:endJulianDay '195'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:startTimeOfDay '14.5'^^xsd:double;
  dwc:endTimeOfDay '14.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.366667'^^xsd:double;
  dwc:startLongitude '-6.366667'^^xsd:double;
  dwc:endLongitude '-6.366667'^^xsd:double;
  dwc:latitude '56.416667'^^xsd:double;
  dwc:startLatitude '56.416667'^^xsd:double;
  dwc:endLatitude '56.416667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_56'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.707167 -6.426667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.707167"^^xsd:decimal ;
  dwc:decimalLongitude "-6.426667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_5'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_5'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '163'^^xsd:integer;
  dwc:startJulianDay '163'^^xsd:integer;
  dwc:endJulianDay '163'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:startTimeOfDay '13.5'^^xsd:double;
  dwc:endTimeOfDay '13.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.426667'^^xsd:double;
  dwc:startLongitude '-6.426667'^^xsd:double;
  dwc:endLongitude '-6.426667'^^xsd:double;
  dwc:latitude '56.707167'^^xsd:double;
  dwc:startLatitude '56.707167'^^xsd:double;
  dwc:endLatitude '56.707167'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '694_5'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2001-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.916667 -6.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.916667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.116667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_50'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_50'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '231'^^xsd:integer;
  dwc:startJulianDay '231'^^xsd:integer;
  dwc:endJulianDay '231'^^xsd:integer;
  dwc:timeOfDay '17.25'^^xsd:double;
  dwc:startTimeOfDay '17.25'^^xsd:double;
  dwc:endTimeOfDay '17.25'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.116667'^^xsd:double;
  dwc:startLongitude '-6.116667'^^xsd:double;
  dwc:endLongitude '-6.116667'^^xsd:double;
  dwc:latitude '56.916667'^^xsd:double;
  dwc:startLatitude '56.916667'^^xsd:double;
  dwc:endLatitude '56.916667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_50'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.533333 -6.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.533333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_51'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_51'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:startTimeOfDay '11.75'^^xsd:double;
  dwc:endTimeOfDay '11.75'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.366667'^^xsd:double;
  dwc:startLongitude '-6.366667'^^xsd:double;
  dwc:endLongitude '-6.366667'^^xsd:double;
  dwc:latitude '56.533333'^^xsd:double;
  dwc:startLatitude '56.533333'^^xsd:double;
  dwc:endLatitude '56.533333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_51'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.566667 -6.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.566667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_54'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_54'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '207'^^xsd:integer;
  dwc:startJulianDay '207'^^xsd:integer;
  dwc:endJulianDay '207'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.8'^^xsd:double;
  dwc:startLongitude '-6.8'^^xsd:double;
  dwc:endLongitude '-6.8'^^xsd:double;
  dwc:latitude '56.566667'^^xsd:double;
  dwc:startLatitude '56.566667'^^xsd:double;
  dwc:endLatitude '56.566667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_54'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.839833 -6.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.839833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_48'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_48'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.12'^^xsd:double;
  dwc:startLongitude '-6.12'^^xsd:double;
  dwc:endLongitude '-6.12'^^xsd:double;
  dwc:latitude '56.839833'^^xsd:double;
  dwc:startLatitude '56.839833'^^xsd:double;
  dwc:endLatitude '56.839833'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '694_48'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2001-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.839833 -6.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.839833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_49'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_49'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '230'^^xsd:integer;
  dwc:startJulianDay '230'^^xsd:integer;
  dwc:endJulianDay '230'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.12'^^xsd:double;
  dwc:startLongitude '-6.12'^^xsd:double;
  dwc:endLongitude '-6.12'^^xsd:double;
  dwc:latitude '56.839833'^^xsd:double;
  dwc:startLatitude '56.839833'^^xsd:double;
  dwc:endLatitude '56.839833'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '694_49'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2001-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.55 -6.533333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.55"^^xsd:decimal ;
  dwc:decimalLongitude "-6.533333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_46'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_46'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '163'^^xsd:integer;
  dwc:startJulianDay '163'^^xsd:integer;
  dwc:endJulianDay '163'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:startTimeOfDay '11.25'^^xsd:double;
  dwc:endTimeOfDay '11.25'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.533333'^^xsd:double;
  dwc:startLongitude '-6.533333'^^xsd:double;
  dwc:endLongitude '-6.533333'^^xsd:double;
  dwc:latitude '56.55'^^xsd:double;
  dwc:startLatitude '56.55'^^xsd:double;
  dwc:endLatitude '56.55'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '694_46'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2001-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.583333 -6.416667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.583333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.416667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_47'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_47'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '171'^^xsd:integer;
  dwc:startJulianDay '171'^^xsd:integer;
  dwc:endJulianDay '171'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.416667'^^xsd:double;
  dwc:startLongitude '-6.416667'^^xsd:double;
  dwc:endLongitude '-6.416667'^^xsd:double;
  dwc:latitude '56.583333'^^xsd:double;
  dwc:startLatitude '56.583333'^^xsd:double;
  dwc:endLatitude '56.583333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_47'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2001-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.358333 -6.285833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.358333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.285833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_43'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_43'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.285833'^^xsd:double;
  dwc:startLongitude '-6.285833'^^xsd:double;
  dwc:endLongitude '-6.285833'^^xsd:double;
  dwc:latitude '56.358333'^^xsd:double;
  dwc:startLatitude '56.358333'^^xsd:double;
  dwc:endLatitude '56.358333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '694_43'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '1999-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.640667 -6.4635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.640667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.4635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_44'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_44'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:julianDay '216'^^xsd:integer;
  dwc:startJulianDay '216'^^xsd:integer;
  dwc:endJulianDay '216'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:startTimeOfDay '11.5'^^xsd:double;
  dwc:endTimeOfDay '11.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.4635'^^xsd:double;
  dwc:startLongitude '-6.4635'^^xsd:double;
  dwc:endLongitude '-6.4635'^^xsd:double;
  dwc:latitude '56.640667'^^xsd:double;
  dwc:startLatitude '56.640667'^^xsd:double;
  dwc:endLatitude '56.640667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_44'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2000-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.616667 -6.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.616667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.466667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_45'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_45'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:julianDay '211'^^xsd:integer;
  dwc:startJulianDay '211'^^xsd:integer;
  dwc:endJulianDay '211'^^xsd:integer;
  dwc:timeOfDay '17.666666666667'^^xsd:double;
  dwc:startTimeOfDay '17.666666666667'^^xsd:double;
  dwc:endTimeOfDay '17.666666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.466667'^^xsd:double;
  dwc:startLongitude '-6.466667'^^xsd:double;
  dwc:endLongitude '-6.466667'^^xsd:double;
  dwc:latitude '56.616667'^^xsd:double;
  dwc:startLatitude '56.616667'^^xsd:double;
  dwc:endLatitude '56.616667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_45'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2001-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.716667 -6.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.716667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_40'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_40'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1997'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:startYearCollected '1997'^^xsd:integer;
  dwc:endYearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '252'^^xsd:integer;
  dwc:startJulianDay '252'^^xsd:integer;
  dwc:endJulianDay '252'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:startTimeOfDay '15'^^xsd:integer;
  dwc:endTimeOfDay '15'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.4'^^xsd:double;
  dwc:startLongitude '-6.4'^^xsd:double;
  dwc:endLongitude '-6.4'^^xsd:double;
  dwc:latitude '56.716667'^^xsd:double;
  dwc:startLatitude '56.716667'^^xsd:double;
  dwc:endLatitude '56.716667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '694_40'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '1997-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.916667 -7.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.916667"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_41'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_41'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '139'^^xsd:integer;
  dwc:startJulianDay '139'^^xsd:integer;
  dwc:endJulianDay '139'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:startTimeOfDay '16'^^xsd:integer;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.2'^^xsd:double;
  dwc:startLongitude '-7.2'^^xsd:double;
  dwc:endLongitude '-7.2'^^xsd:double;
  dwc:latitude '56.916667'^^xsd:double;
  dwc:startLatitude '56.916667'^^xsd:double;
  dwc:endLatitude '56.916667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:relatedCatalogItem '694_41'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '11'^^xsd:integer;
  dwc:observationDate '1999-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.688317 -6.293683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.688317"^^xsd:decimal ;
  dwc:decimalLongitude "-6.293683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_107'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_107'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '105'^^xsd:integer;
  dwc:startJulianDay '105'^^xsd:integer;
  dwc:endJulianDay '105'^^xsd:integer;
  dwc:timeOfDay '17.6'^^xsd:double;
  dwc:startTimeOfDay '17.6'^^xsd:double;
  dwc:endTimeOfDay '17.6'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.293683'^^xsd:double;
  dwc:startLongitude '-6.293683'^^xsd:double;
  dwc:endLongitude '-6.293683'^^xsd:double;
  dwc:latitude '56.688317'^^xsd:double;
  dwc:startLatitude '56.688317'^^xsd:double;
  dwc:endLatitude '56.688317'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '694_107'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2005-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6511 -6.298317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6511"^^xsd:decimal ;
  dwc:decimalLongitude "-6.298317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_108'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_108'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '105'^^xsd:integer;
  dwc:startJulianDay '105'^^xsd:integer;
  dwc:endJulianDay '105'^^xsd:integer;
  dwc:timeOfDay '18.75'^^xsd:double;
  dwc:startTimeOfDay '18.75'^^xsd:double;
  dwc:endTimeOfDay '18.75'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.298317'^^xsd:double;
  dwc:startLongitude '-6.298317'^^xsd:double;
  dwc:endLongitude '-6.298317'^^xsd:double;
  dwc:latitude '56.6511'^^xsd:double;
  dwc:startLatitude '56.6511'^^xsd:double;
  dwc:endLatitude '56.6511'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '694_108'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2005-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.446667 -6.976667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.446667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.976667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_109'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_109'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:startTimeOfDay '19'^^xsd:integer;
  dwc:endTimeOfDay '19'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.976667'^^xsd:double;
  dwc:startLongitude '-6.976667'^^xsd:double;
  dwc:endLongitude '-6.976667'^^xsd:double;
  dwc:latitude '56.446667'^^xsd:double;
  dwc:startLatitude '56.446667'^^xsd:double;
  dwc:endLatitude '56.446667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_109'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2004-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.95 -6.483333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.95"^^xsd:decimal ;
  dwc:decimalLongitude "-6.483333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_11'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_11'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:julianDay '264'^^xsd:integer;
  dwc:startJulianDay '264'^^xsd:integer;
  dwc:endJulianDay '264'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:startTimeOfDay '14.5'^^xsd:double;
  dwc:endTimeOfDay '14.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.483333'^^xsd:double;
  dwc:startLongitude '-6.483333'^^xsd:double;
  dwc:endLongitude '-6.483333'^^xsd:double;
  dwc:latitude '56.95'^^xsd:double;
  dwc:startLatitude '56.95'^^xsd:double;
  dwc:endLatitude '56.95'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_11'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '1998-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.783333 -4.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.783333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_110'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_110'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '11.916666666667'^^xsd:double;
  dwc:startTimeOfDay '11.916666666667'^^xsd:double;
  dwc:endTimeOfDay '11.916666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-4.333333'^^xsd:double;
  dwc:startLongitude '-4.333333'^^xsd:double;
  dwc:endLongitude '-4.333333'^^xsd:double;
  dwc:latitude '58.783333'^^xsd:double;
  dwc:startLatitude '58.783333'^^xsd:double;
  dwc:endLatitude '58.783333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_110'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2005-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.766667 -6.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_111'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_111'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '220'^^xsd:integer;
  dwc:startJulianDay '220'^^xsd:integer;
  dwc:endJulianDay '220'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:startTimeOfDay '12.666666666667'^^xsd:double;
  dwc:endTimeOfDay '12.666666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.55'^^xsd:double;
  dwc:startLongitude '-6.55'^^xsd:double;
  dwc:endLongitude '-6.55'^^xsd:double;
  dwc:latitude '56.766667'^^xsd:double;
  dwc:startLatitude '56.766667'^^xsd:double;
  dwc:endLatitude '56.766667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_111'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2005-08-08'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.985 -7.141667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.985"^^xsd:decimal ;
  dwc:decimalLongitude "-7.141667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_112'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_112'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '219'^^xsd:integer;
  dwc:startJulianDay '219'^^xsd:integer;
  dwc:endJulianDay '219'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:startTimeOfDay '16'^^xsd:integer;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.141667'^^xsd:double;
  dwc:startLongitude '-7.141667'^^xsd:double;
  dwc:endLongitude '-7.141667'^^xsd:double;
  dwc:latitude '57.985'^^xsd:double;
  dwc:startLatitude '57.985'^^xsd:double;
  dwc:endLatitude '57.985'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_112'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2005-08-07'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.441667 -5.815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.441667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_113'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_113'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:julianDay '203'^^xsd:integer;
  dwc:startJulianDay '203'^^xsd:integer;
  dwc:endJulianDay '203'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:startTimeOfDay '10.5'^^xsd:double;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-5.815'^^xsd:double;
  dwc:startLongitude '-5.815'^^xsd:double;
  dwc:endLongitude '-5.815'^^xsd:double;
  dwc:latitude '57.441667'^^xsd:double;
  dwc:startLatitude '57.441667'^^xsd:double;
  dwc:endLatitude '57.441667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '694_113'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2005-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.683333 -6.083333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.683333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.083333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_114'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_114'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '9'^^xsd:integer;
  dwc:julianDay '191'^^xsd:integer;
  dwc:startJulianDay '191'^^xsd:integer;
  dwc:endJulianDay '191'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:startTimeOfDay '8.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.083333'^^xsd:double;
  dwc:startLongitude '-6.083333'^^xsd:double;
  dwc:endLongitude '-6.083333'^^xsd:double;
  dwc:latitude '56.683333'^^xsd:double;
  dwc:startLatitude '56.683333'^^xsd:double;
  dwc:endLatitude '56.683333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_114'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2004-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5 -6.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_115'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_115'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '251'^^xsd:integer;
  dwc:startJulianDay '251'^^xsd:integer;
  dwc:endJulianDay '251'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.75'^^xsd:double;
  dwc:startLongitude '-6.75'^^xsd:double;
  dwc:endLongitude '-6.75'^^xsd:double;
  dwc:latitude '56.5'^^xsd:double;
  dwc:startLatitude '56.5'^^xsd:double;
  dwc:endLatitude '56.5'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_115'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2004-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.383333 -6.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.383333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_116'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_116'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '251'^^xsd:integer;
  dwc:startJulianDay '251'^^xsd:integer;
  dwc:endJulianDay '251'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:startTimeOfDay '11.5'^^xsd:double;
  dwc:endTimeOfDay '11.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.95'^^xsd:double;
  dwc:startLongitude '-6.95'^^xsd:double;
  dwc:endLongitude '-6.95'^^xsd:double;
  dwc:latitude '56.383333'^^xsd:double;
  dwc:startLatitude '56.383333'^^xsd:double;
  dwc:endLatitude '56.383333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_116'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2004-09-07'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -6.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_117'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_117'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:julianDay '211'^^xsd:integer;
  dwc:startJulianDay '211'^^xsd:integer;
  dwc:endJulianDay '211'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:startTimeOfDay '16'^^xsd:integer;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.05'^^xsd:double;
  dwc:startLongitude '-6.05'^^xsd:double;
  dwc:endLongitude '-6.05'^^xsd:double;
  dwc:latitude '56.65'^^xsd:double;
  dwc:startLatitude '56.65'^^xsd:double;
  dwc:endLatitude '56.65'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:relatedCatalogItem '694_117'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '10'^^xsd:integer;
  dwc:observationDate '2004-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.933333 -6.233333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.933333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.233333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_118'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_118'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:julianDay '152'^^xsd:integer;
  dwc:startJulianDay '152'^^xsd:integer;
  dwc:endJulianDay '152'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.233333'^^xsd:double;
  dwc:startLongitude '-6.233333'^^xsd:double;
  dwc:endLongitude '-6.233333'^^xsd:double;
  dwc:latitude '56.933333'^^xsd:double;
  dwc:startLatitude '56.933333'^^xsd:double;
  dwc:endLatitude '56.933333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_118'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2004-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.366667 -6.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.366667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_1'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_1'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '195'^^xsd:integer;
  dwc:startJulianDay '195'^^xsd:integer;
  dwc:endJulianDay '195'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:startTimeOfDay '19'^^xsd:integer;
  dwc:endTimeOfDay '19'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.333333'^^xsd:double;
  dwc:startLongitude '-6.333333'^^xsd:double;
  dwc:endLongitude '-6.333333'^^xsd:double;
  dwc:latitude '56.366667'^^xsd:double;
  dwc:startLatitude '56.366667'^^xsd:double;
  dwc:endLatitude '56.366667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_1'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '1998-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333 -6.316667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.733333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.316667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_10'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_10'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:julianDay '205'^^xsd:integer;
  dwc:startJulianDay '205'^^xsd:integer;
  dwc:endJulianDay '205'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.316667'^^xsd:double;
  dwc:startLongitude '-6.316667'^^xsd:double;
  dwc:endLongitude '-6.316667'^^xsd:double;
  dwc:latitude '56.733333'^^xsd:double;
  dwc:startLatitude '56.733333'^^xsd:double;
  dwc:endLatitude '56.733333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '694_10'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '1990-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.4 -5.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.4"^^xsd:decimal ;
  dwc:decimalLongitude "-5.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_101'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_101'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:julianDay '173'^^xsd:integer;
  dwc:startJulianDay '173'^^xsd:integer;
  dwc:endJulianDay '173'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:startTimeOfDay '9.9166666666667'^^xsd:double;
  dwc:endTimeOfDay '9.9166666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-5.366667'^^xsd:double;
  dwc:startLongitude '-5.366667'^^xsd:double;
  dwc:endLongitude '-5.366667'^^xsd:double;
  dwc:latitude '56.4'^^xsd:double;
  dwc:startLatitude '56.4'^^xsd:double;
  dwc:endLatitude '56.4'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_101'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2004-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.2388 -6.695117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.2388"^^xsd:decimal ;
  dwc:decimalLongitude "-6.695117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_102'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_102'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:julianDay '233'^^xsd:integer;
  dwc:startJulianDay '233'^^xsd:integer;
  dwc:endJulianDay '233'^^xsd:integer;
  dwc:timeOfDay '15.333333333333'^^xsd:double;
  dwc:startTimeOfDay '15.333333333333'^^xsd:double;
  dwc:endTimeOfDay '15.333333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.695117'^^xsd:double;
  dwc:startLongitude '-6.695117'^^xsd:double;
  dwc:endLongitude '-6.695117'^^xsd:double;
  dwc:latitude '57.2388'^^xsd:double;
  dwc:startLatitude '57.2388'^^xsd:double;
  dwc:endLatitude '57.2388'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:relatedCatalogItem '694_102'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '12'^^xsd:integer;
  dwc:observationDate '1999-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.276167 -6.383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.276167"^^xsd:decimal ;
  dwc:decimalLongitude "-6.383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_103'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_103'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:julianDay '213'^^xsd:integer;
  dwc:startJulianDay '213'^^xsd:integer;
  dwc:endJulianDay '213'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:startTimeOfDay '16.483333333333'^^xsd:double;
  dwc:endTimeOfDay '16.483333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.383'^^xsd:double;
  dwc:startLongitude '-6.383'^^xsd:double;
  dwc:endLongitude '-6.383'^^xsd:double;
  dwc:latitude '57.276167'^^xsd:double;
  dwc:startLatitude '57.276167'^^xsd:double;
  dwc:endLatitude '57.276167'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '694_103'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2000-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.516667 -6.983333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.516667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.983333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_104'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_104'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.983333'^^xsd:double;
  dwc:startLongitude '-6.983333'^^xsd:double;
  dwc:endLongitude '-6.983333'^^xsd:double;
  dwc:latitude '56.516667'^^xsd:double;
  dwc:startLatitude '56.516667'^^xsd:double;
  dwc:endLatitude '56.516667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '694_104'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2004-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.729167 -6.253333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.729167"^^xsd:decimal ;
  dwc:decimalLongitude "-6.253333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_105'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_105'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:startMonthCollected '3'^^xsd:integer;
  dwc:endMonthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:julianDay '81'^^xsd:integer;
  dwc:startJulianDay '81'^^xsd:integer;
  dwc:endJulianDay '81'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EST'^^xsd:string;
  dwc:longitude '-6.253333'^^xsd:double;
  dwc:startLongitude '-6.253333'^^xsd:double;
  dwc:endLongitude '-6.253333'^^xsd:double;
  dwc:latitude '56.729167'^^xsd:double;
  dwc:startLatitude '56.729167'^^xsd:double;
  dwc:endLatitude '56.729167'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_105'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.65 -6.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.65"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_106'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_106'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:julianDay '151'^^xsd:integer;
  dwc:startJulianDay '151'^^xsd:integer;
  dwc:endJulianDay '151'^^xsd:integer;
  dwc:timeOfDay '16.25'^^xsd:double;
  dwc:startTimeOfDay '16.25'^^xsd:double;
  dwc:endTimeOfDay '16.25'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.1'^^xsd:double;
  dwc:startLongitude '-6.1'^^xsd:double;
  dwc:endLongitude '-6.1'^^xsd:double;
  dwc:latitude '55.65'^^xsd:double;
  dwc:startLatitude '55.65'^^xsd:double;
  dwc:endLatitude '55.65'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_106'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2005-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.35 -6.416667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.35"^^xsd:decimal ;
  dwc:decimalLongitude "-6.416667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_119'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_119'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '209'^^xsd:integer;
  dwc:startJulianDay '209'^^xsd:integer;
  dwc:endJulianDay '209'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:startTimeOfDay '14.5'^^xsd:double;
  dwc:endTimeOfDay '14.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.416667'^^xsd:double;
  dwc:startLongitude '-6.416667'^^xsd:double;
  dwc:endLongitude '-6.416667'^^xsd:double;
  dwc:latitude '56.35'^^xsd:double;
  dwc:startLatitude '56.35'^^xsd:double;
  dwc:endLatitude '56.35'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_119'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2004-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.633333 -6.583333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.633333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.583333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_12'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_12'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:julianDay '271'^^xsd:integer;
  dwc:startJulianDay '271'^^xsd:integer;
  dwc:endJulianDay '271'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:startTimeOfDay '7'^^xsd:integer;
  dwc:endTimeOfDay '7'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.583333'^^xsd:double;
  dwc:startLongitude '-6.583333'^^xsd:double;
  dwc:endLongitude '-6.583333'^^xsd:double;
  dwc:latitude '56.633333'^^xsd:double;
  dwc:startLatitude '56.633333'^^xsd:double;
  dwc:endLatitude '56.633333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_12'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '1998-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.833333 -6.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_120'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_120'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '163'^^xsd:integer;
  dwc:startJulianDay '163'^^xsd:integer;
  dwc:endJulianDay '163'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.2'^^xsd:double;
  dwc:startLongitude '-6.2'^^xsd:double;
  dwc:endLongitude '-6.2'^^xsd:double;
  dwc:latitude '56.833333'^^xsd:double;
  dwc:startLatitude '56.833333'^^xsd:double;
  dwc:endLatitude '56.833333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_120'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2004-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.516667 -6.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.516667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_121'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_121'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '131'^^xsd:integer;
  dwc:startJulianDay '131'^^xsd:integer;
  dwc:endJulianDay '131'^^xsd:integer;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:startTimeOfDay '18.25'^^xsd:double;
  dwc:endTimeOfDay '18.25'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.25'^^xsd:double;
  dwc:startLongitude '-6.25'^^xsd:double;
  dwc:endLongitude '-6.25'^^xsd:double;
  dwc:latitude '58.516667'^^xsd:double;
  dwc:startLatitude '58.516667'^^xsd:double;
  dwc:endLatitude '58.516667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '694_121'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2005-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.039883 -6.437167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.039883"^^xsd:decimal ;
  dwc:decimalLongitude "-6.437167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_122'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_122'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '201'^^xsd:integer;
  dwc:startJulianDay '201'^^xsd:integer;
  dwc:endJulianDay '201'^^xsd:integer;
  dwc:timeOfDay '16.25'^^xsd:double;
  dwc:startTimeOfDay '16.25'^^xsd:double;
  dwc:endTimeOfDay '16.25'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.437167'^^xsd:double;
  dwc:startLongitude '-6.437167'^^xsd:double;
  dwc:endLongitude '-6.437167'^^xsd:double;
  dwc:latitude '57.039883'^^xsd:double;
  dwc:startLatitude '57.039883'^^xsd:double;
  dwc:endLatitude '57.039883'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_122'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2006-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.223333 -6.603333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.223333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.603333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_123'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_123'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:startDayCollected '11'^^xsd:integer;
  dwc:endDayCollected '11'^^xsd:integer;
  dwc:julianDay '162'^^xsd:integer;
  dwc:startJulianDay '162'^^xsd:integer;
  dwc:endJulianDay '162'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:startTimeOfDay '11.25'^^xsd:double;
  dwc:endTimeOfDay '11.25'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.603333'^^xsd:double;
  dwc:startLongitude '-6.603333'^^xsd:double;
  dwc:endLongitude '-6.603333'^^xsd:double;
  dwc:latitude '57.223333'^^xsd:double;
  dwc:startLatitude '57.223333'^^xsd:double;
  dwc:endLatitude '57.223333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_123'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58 -7.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_124'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_124'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:startTimeOfDay '12.75'^^xsd:double;
  dwc:endTimeOfDay '12.75'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.25'^^xsd:double;
  dwc:startLongitude '-7.25'^^xsd:double;
  dwc:endLongitude '-7.25'^^xsd:double;
  dwc:latitude '58'^^xsd:integer;
  dwc:startLatitude '58'^^xsd:integer;
  dwc:endLatitude '58'^^xsd:integer;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_124'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2006-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.48 -6.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.48"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_125'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_125'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:julianDay '249'^^xsd:integer;
  dwc:startJulianDay '249'^^xsd:integer;
  dwc:endJulianDay '249'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.07'^^xsd:double;
  dwc:startLongitude '-6.07'^^xsd:double;
  dwc:endLongitude '-6.07'^^xsd:double;
  dwc:latitude '56.48'^^xsd:double;
  dwc:startLatitude '56.48'^^xsd:double;
  dwc:endLatitude '56.48'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_125'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2006-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.30714 -6.86093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.30714"^^xsd:decimal ;
  dwc:decimalLongitude "-6.86093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_126'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_126'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:julianDay '202'^^xsd:integer;
  dwc:startJulianDay '202'^^xsd:integer;
  dwc:endJulianDay '202'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:startTimeOfDay '14.5'^^xsd:double;
  dwc:endTimeOfDay '14.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.86093'^^xsd:double;
  dwc:startLongitude '-6.86093'^^xsd:double;
  dwc:endLongitude '-6.86093'^^xsd:double;
  dwc:latitude '57.30714'^^xsd:double;
  dwc:startLatitude '57.30714'^^xsd:double;
  dwc:endLatitude '57.30714'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_126'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2006-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.61 -6.465417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.61"^^xsd:decimal ;
  dwc:decimalLongitude "-6.465417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_127'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_127'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:julianDay '211'^^xsd:integer;
  dwc:startJulianDay '211'^^xsd:integer;
  dwc:endJulianDay '211'^^xsd:integer;
  dwc:timeOfDay '8.75'^^xsd:double;
  dwc:startTimeOfDay '8.75'^^xsd:double;
  dwc:endTimeOfDay '8.75'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.465417'^^xsd:double;
  dwc:startLongitude '-6.465417'^^xsd:double;
  dwc:endLongitude '-6.465417'^^xsd:double;
  dwc:latitude '56.61'^^xsd:double;
  dwc:startLatitude '56.61'^^xsd:double;
  dwc:endLatitude '56.61'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_127'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2006-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.72 -6.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.72"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_128'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_128'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '208'^^xsd:integer;
  dwc:startJulianDay '208'^^xsd:integer;
  dwc:endJulianDay '208'^^xsd:integer;
  dwc:timeOfDay '13.75'^^xsd:double;
  dwc:startTimeOfDay '13.75'^^xsd:double;
  dwc:endTimeOfDay '13.75'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.23'^^xsd:double;
  dwc:startLongitude '-6.23'^^xsd:double;
  dwc:endLongitude '-6.23'^^xsd:double;
  dwc:latitude '56.72'^^xsd:double;
  dwc:startLatitude '56.72'^^xsd:double;
  dwc:endLatitude '56.72'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '694_128'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2006-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.012333 -6.137667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.012333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.137667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_129'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_129'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startYearCollected '2006'^^xsd:integer;
  dwc:endYearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '186'^^xsd:integer;
  dwc:startJulianDay '186'^^xsd:integer;
  dwc:endJulianDay '186'^^xsd:integer;
  dwc:timeOfDay '8.3333333333333'^^xsd:double;
  dwc:startTimeOfDay '8.3333333333333'^^xsd:double;
  dwc:endTimeOfDay '8.3333333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.137667'^^xsd:double;
  dwc:startLongitude '-6.137667'^^xsd:double;
  dwc:endLongitude '-6.137667'^^xsd:double;
  dwc:latitude '57.012333'^^xsd:double;
  dwc:startLatitude '57.012333'^^xsd:double;
  dwc:endLatitude '57.012333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_129'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2006-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.316667 -5.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.316667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_13'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_13'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:julianDay '241'^^xsd:integer;
  dwc:startJulianDay '241'^^xsd:integer;
  dwc:endJulianDay '241'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:startTimeOfDay '12.5'^^xsd:double;
  dwc:endTimeOfDay '12.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-5.9'^^xsd:double;
  dwc:startLongitude '-5.9'^^xsd:double;
  dwc:endLongitude '-5.9'^^xsd:double;
  dwc:latitude '56.316667'^^xsd:double;
  dwc:startLatitude '56.316667'^^xsd:double;
  dwc:endLatitude '56.316667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_13'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2000-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.9 -6.216667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.9"^^xsd:decimal ;
  dwc:decimalLongitude "-6.216667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_130'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_130'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:startMonthCollected '1'^^xsd:integer;
  dwc:endMonthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '8'^^xsd:integer;
  dwc:startJulianDay '8'^^xsd:integer;
  dwc:endJulianDay '8'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EST'^^xsd:string;
  dwc:longitude '-6.216667'^^xsd:double;
  dwc:startLongitude '-6.216667'^^xsd:double;
  dwc:endLongitude '-6.216667'^^xsd:double;
  dwc:latitude '56.9'^^xsd:double;
  dwc:startLatitude '56.9'^^xsd:double;
  dwc:endLatitude '56.9'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_130'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.441833 -6.989833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.441833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.989833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_131'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_131'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:julianDay '210'^^xsd:integer;
  dwc:startJulianDay '210'^^xsd:integer;
  dwc:endJulianDay '210'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:startTimeOfDay '16'^^xsd:integer;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.989833'^^xsd:double;
  dwc:startLongitude '-6.989833'^^xsd:double;
  dwc:endLongitude '-6.989833'^^xsd:double;
  dwc:latitude '57.441833'^^xsd:double;
  dwc:startLatitude '57.441833'^^xsd:double;
  dwc:endLatitude '57.441833'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '694_131'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.758333 -6.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.758333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_132'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_132'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '263'^^xsd:integer;
  dwc:startJulianDay '263'^^xsd:integer;
  dwc:endJulianDay '263'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.5'^^xsd:double;
  dwc:startLongitude '-6.5'^^xsd:double;
  dwc:endLongitude '-6.5'^^xsd:double;
  dwc:latitude '56.758333'^^xsd:double;
  dwc:startLatitude '56.758333'^^xsd:double;
  dwc:endLatitude '56.758333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:relatedCatalogItem '694_132'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '10'^^xsd:integer;
  dwc:observationDate '2003-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.658667 -6.143833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.658667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.143833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_133'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_133'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '248'^^xsd:integer;
  dwc:startJulianDay '248'^^xsd:integer;
  dwc:endJulianDay '248'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.143833'^^xsd:double;
  dwc:startLongitude '-6.143833'^^xsd:double;
  dwc:endLongitude '-6.143833'^^xsd:double;
  dwc:latitude '56.658667'^^xsd:double;
  dwc:startLatitude '56.658667'^^xsd:double;
  dwc:endLatitude '56.658667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_133'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2004-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.65 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.65"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_134'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_134'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '199'^^xsd:integer;
  dwc:startJulianDay '199'^^xsd:integer;
  dwc:endJulianDay '199'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:startLongitude '-6.45'^^xsd:double;
  dwc:endLongitude '-6.45'^^xsd:double;
  dwc:latitude '56.65'^^xsd:double;
  dwc:startLatitude '56.65'^^xsd:double;
  dwc:endLatitude '56.65'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '694_134'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2004-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.433333 -6.316667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.433333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.316667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_135'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_135'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '282'^^xsd:integer;
  dwc:startJulianDay '282'^^xsd:integer;
  dwc:endJulianDay '282'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.316667'^^xsd:double;
  dwc:startLongitude '-6.316667'^^xsd:double;
  dwc:endLongitude '-6.316667'^^xsd:double;
  dwc:latitude '56.433333'^^xsd:double;
  dwc:startLatitude '56.433333'^^xsd:double;
  dwc:endLatitude '56.433333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_135'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2004-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.633333 -6.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.633333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_136'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_136'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '199'^^xsd:integer;
  dwc:startJulianDay '199'^^xsd:integer;
  dwc:endJulianDay '199'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.5'^^xsd:double;
  dwc:startLongitude '-6.5'^^xsd:double;
  dwc:endLongitude '-6.5'^^xsd:double;
  dwc:latitude '56.633333'^^xsd:double;
  dwc:startLatitude '56.633333'^^xsd:double;
  dwc:endLatitude '56.633333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '694_136'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2004-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.634333 -6.41505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.634333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.41505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_137'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_137'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '194'^^xsd:integer;
  dwc:startJulianDay '194'^^xsd:integer;
  dwc:endJulianDay '194'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:startTimeOfDay '8'^^xsd:integer;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.41505'^^xsd:double;
  dwc:startLongitude '-6.41505'^^xsd:double;
  dwc:endLongitude '-6.41505'^^xsd:double;
  dwc:latitude '56.634333'^^xsd:double;
  dwc:startLatitude '56.634333'^^xsd:double;
  dwc:endLatitude '56.634333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '694_137'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2004-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.503833 -6.738167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.503833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.738167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_14'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_14'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '207'^^xsd:integer;
  dwc:startJulianDay '207'^^xsd:integer;
  dwc:endJulianDay '207'^^xsd:integer;
  dwc:timeOfDay '16.333333333333'^^xsd:double;
  dwc:startTimeOfDay '16.333333333333'^^xsd:double;
  dwc:endTimeOfDay '16.333333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.738167'^^xsd:double;
  dwc:startLongitude '-6.738167'^^xsd:double;
  dwc:endLongitude '-6.738167'^^xsd:double;
  dwc:latitude '56.503833'^^xsd:double;
  dwc:startLatitude '56.503833'^^xsd:double;
  dwc:endLatitude '56.503833'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_14'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.033333 -6.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.033333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_15'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_15'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:julianDay '209'^^xsd:integer;
  dwc:startJulianDay '209'^^xsd:integer;
  dwc:endJulianDay '209'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:startTimeOfDay '12.5'^^xsd:double;
  dwc:endTimeOfDay '12.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.15'^^xsd:double;
  dwc:startLongitude '-6.15'^^xsd:double;
  dwc:endLongitude '-6.15'^^xsd:double;
  dwc:latitude '57.033333'^^xsd:double;
  dwc:startLatitude '57.033333'^^xsd:double;
  dwc:endLatitude '57.033333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_15'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.691667 -6.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.691667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_16'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_16'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:startDayCollected '8'^^xsd:integer;
  dwc:endDayCollected '8'^^xsd:integer;
  dwc:julianDay '159'^^xsd:integer;
  dwc:startJulianDay '159'^^xsd:integer;
  dwc:endJulianDay '159'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.55'^^xsd:double;
  dwc:startLongitude '-6.55'^^xsd:double;
  dwc:endLongitude '-6.55'^^xsd:double;
  dwc:latitude '55.691667'^^xsd:double;
  dwc:startLatitude '55.691667'^^xsd:double;
  dwc:endLatitude '55.691667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_16'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '1993-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.35 -6.116667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.35"^^xsd:decimal ;
  dwc:decimalLongitude "-6.116667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_17'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_17'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '195'^^xsd:integer;
  dwc:startJulianDay '195'^^xsd:integer;
  dwc:endJulianDay '195'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.116667'^^xsd:double;
  dwc:startLongitude '-6.116667'^^xsd:double;
  dwc:endLongitude '-6.116667'^^xsd:double;
  dwc:latitude '58.35'^^xsd:double;
  dwc:startLatitude '58.35'^^xsd:double;
  dwc:endLatitude '58.35'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_17'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '1999-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57 -6.033333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57"^^xsd:decimal ;
  dwc:decimalLongitude "-6.033333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_18'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_18'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:julianDay '172'^^xsd:integer;
  dwc:startJulianDay '172'^^xsd:integer;
  dwc:endJulianDay '172'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:startTimeOfDay '13'^^xsd:integer;
  dwc:endTimeOfDay '13'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.033333'^^xsd:double;
  dwc:startLongitude '-6.033333'^^xsd:double;
  dwc:endLongitude '-6.033333'^^xsd:double;
  dwc:latitude '57'^^xsd:integer;
  dwc:startLatitude '57'^^xsd:integer;
  dwc:endLatitude '57'^^xsd:integer;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_18'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '1998-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.232667 -5.948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.232667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_19'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_19'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '100'^^xsd:integer;
  dwc:startJulianDay '100'^^xsd:integer;
  dwc:endJulianDay '100'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:startTimeOfDay '11.5'^^xsd:double;
  dwc:endTimeOfDay '11.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-5.948'^^xsd:double;
  dwc:startLongitude '-5.948'^^xsd:double;
  dwc:endLongitude '-5.948'^^xsd:double;
  dwc:latitude '55.232667'^^xsd:double;
  dwc:startLatitude '55.232667'^^xsd:double;
  dwc:endLatitude '55.232667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_19'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '1999-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.725167 -6.341833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.725167"^^xsd:decimal ;
  dwc:decimalLongitude "-6.341833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_2'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_2'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:julianDay '238'^^xsd:integer;
  dwc:startJulianDay '238'^^xsd:integer;
  dwc:endJulianDay '238'^^xsd:integer;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:startTimeOfDay '15.75'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.341833'^^xsd:double;
  dwc:startLongitude '-6.341833'^^xsd:double;
  dwc:endLongitude '-6.341833'^^xsd:double;
  dwc:latitude '56.725167'^^xsd:double;
  dwc:startLatitude '56.725167'^^xsd:double;
  dwc:endLatitude '56.725167'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_2'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2000-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.466667 -6.133333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.466667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.133333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_20'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_20'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:julianDay '305'^^xsd:integer;
  dwc:startJulianDay '305'^^xsd:integer;
  dwc:endJulianDay '305'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:startTimeOfDay '12'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone 'EST'^^xsd:string;
  dwc:longitude '-6.133333'^^xsd:double;
  dwc:startLongitude '-6.133333'^^xsd:double;
  dwc:endLongitude '-6.133333'^^xsd:double;
  dwc:latitude '56.466667'^^xsd:double;
  dwc:startLatitude '56.466667'^^xsd:double;
  dwc:endLatitude '56.466667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_20'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2000-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.791667 -6.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.791667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_21'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_21'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '199'^^xsd:integer;
  dwc:startJulianDay '199'^^xsd:integer;
  dwc:endJulianDay '199'^^xsd:integer;
  dwc:timeOfDay '17.283333333333'^^xsd:double;
  dwc:startTimeOfDay '17.283333333333'^^xsd:double;
  dwc:endTimeOfDay '17.283333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.35'^^xsd:double;
  dwc:startLongitude '-6.35'^^xsd:double;
  dwc:endLongitude '-6.35'^^xsd:double;
  dwc:latitude '56.791667'^^xsd:double;
  dwc:startLatitude '56.791667'^^xsd:double;
  dwc:endLatitude '56.791667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_21'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '1999-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.232667 -5.781333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.232667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.781333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_22'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_22'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '191'^^xsd:integer;
  dwc:startJulianDay '191'^^xsd:integer;
  dwc:endJulianDay '191'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:startTimeOfDay '13.5'^^xsd:double;
  dwc:endTimeOfDay '13.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-5.781333'^^xsd:double;
  dwc:startLongitude '-5.781333'^^xsd:double;
  dwc:endLongitude '-5.781333'^^xsd:double;
  dwc:latitude '55.232667'^^xsd:double;
  dwc:startLatitude '55.232667'^^xsd:double;
  dwc:endLatitude '55.232667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_22'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.343333 -6.678333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.343333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.678333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_23'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_23'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:startDayCollected '3'^^xsd:integer;
  dwc:endDayCollected '3'^^xsd:integer;
  dwc:julianDay '185'^^xsd:integer;
  dwc:startJulianDay '185'^^xsd:integer;
  dwc:endJulianDay '185'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:startTimeOfDay '13'^^xsd:integer;
  dwc:endTimeOfDay '13'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.678333'^^xsd:double;
  dwc:startLongitude '-6.678333'^^xsd:double;
  dwc:endLongitude '-6.678333'^^xsd:double;
  dwc:latitude '57.343333'^^xsd:double;
  dwc:startLatitude '57.343333'^^xsd:double;
  dwc:endLatitude '57.343333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_23'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2000-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.516667 -6.233333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.516667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.233333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_24'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_24'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '228'^^xsd:integer;
  dwc:startJulianDay '228'^^xsd:integer;
  dwc:endJulianDay '228'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.233333'^^xsd:double;
  dwc:startLongitude '-6.233333'^^xsd:double;
  dwc:endLongitude '-6.233333'^^xsd:double;
  dwc:latitude '56.516667'^^xsd:double;
  dwc:startLatitude '56.516667'^^xsd:double;
  dwc:endLatitude '56.516667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_24'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2000-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.866667 -6.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.866667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_25'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_25'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.5'^^xsd:double;
  dwc:startLongitude '-6.5'^^xsd:double;
  dwc:endLongitude '-6.5'^^xsd:double;
  dwc:latitude '56.866667'^^xsd:double;
  dwc:startLatitude '56.866667'^^xsd:double;
  dwc:endLatitude '56.866667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_25'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.708333 -6.258333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.708333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.258333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_26'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_26'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '259'^^xsd:integer;
  dwc:startJulianDay '259'^^xsd:integer;
  dwc:endJulianDay '259'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:startTimeOfDay '13'^^xsd:integer;
  dwc:endTimeOfDay '13'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.258333'^^xsd:double;
  dwc:startLongitude '-6.258333'^^xsd:double;
  dwc:endLongitude '-6.258333'^^xsd:double;
  dwc:latitude '56.708333'^^xsd:double;
  dwc:startLatitude '56.708333'^^xsd:double;
  dwc:endLatitude '56.708333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_26'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.416667 -6.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.416667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_27'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_27'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '229'^^xsd:integer;
  dwc:startJulianDay '229'^^xsd:integer;
  dwc:endJulianDay '229'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.025'^^xsd:double;
  dwc:startLongitude '-6.025'^^xsd:double;
  dwc:endLongitude '-6.025'^^xsd:double;
  dwc:latitude '57.416667'^^xsd:double;
  dwc:startLatitude '57.416667'^^xsd:double;
  dwc:endLatitude '57.416667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_27'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '1999-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.466667 -6.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.466667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_28'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_28'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '109'^^xsd:integer;
  dwc:startJulianDay '109'^^xsd:integer;
  dwc:endJulianDay '109'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:startTimeOfDay '8'^^xsd:integer;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.55'^^xsd:double;
  dwc:startLongitude '-6.55'^^xsd:double;
  dwc:endLongitude '-6.55'^^xsd:double;
  dwc:latitude '56.466667'^^xsd:double;
  dwc:startLatitude '56.466667'^^xsd:double;
  dwc:endLatitude '56.466667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_28'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.783333 -6.166667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.783333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.166667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_29'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_29'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:julianDay '269'^^xsd:integer;
  dwc:startJulianDay '269'^^xsd:integer;
  dwc:endJulianDay '269'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.166667'^^xsd:double;
  dwc:startLongitude '-6.166667'^^xsd:double;
  dwc:endLongitude '-6.166667'^^xsd:double;
  dwc:latitude '56.783333'^^xsd:double;
  dwc:startLatitude '56.783333'^^xsd:double;
  dwc:endLatitude '56.783333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_29'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2000-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6615 -6.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6615"^^xsd:decimal ;
  dwc:decimalLongitude "-6.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_3'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_3'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:julianDay '238'^^xsd:integer;
  dwc:startJulianDay '238'^^xsd:integer;
  dwc:endJulianDay '238'^^xsd:integer;
  dwc:timeOfDay '17.05'^^xsd:double;
  dwc:startTimeOfDay '17.05'^^xsd:double;
  dwc:endTimeOfDay '17.05'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.33'^^xsd:double;
  dwc:startLongitude '-6.33'^^xsd:double;
  dwc:endLongitude '-6.33'^^xsd:double;
  dwc:latitude '56.6615'^^xsd:double;
  dwc:startLatitude '56.6615'^^xsd:double;
  dwc:endLatitude '56.6615'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_3'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2000-08-25'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.6 -6.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.6"^^xsd:decimal ;
  dwc:decimalLongitude "-6.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_30'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_30'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '178'^^xsd:integer;
  dwc:startJulianDay '178'^^xsd:integer;
  dwc:endJulianDay '178'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.45'^^xsd:double;
  dwc:startLongitude '-6.45'^^xsd:double;
  dwc:endLongitude '-6.45'^^xsd:double;
  dwc:latitude '56.6'^^xsd:double;
  dwc:startLatitude '56.6'^^xsd:double;
  dwc:endLatitude '56.6'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_30'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.266667 -6.2625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.266667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.2625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_31'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_31'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '168'^^xsd:integer;
  dwc:startJulianDay '168'^^xsd:integer;
  dwc:endJulianDay '168'^^xsd:integer;
  dwc:timeOfDay '14.25'^^xsd:double;
  dwc:startTimeOfDay '14.25'^^xsd:double;
  dwc:endTimeOfDay '14.25'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.2625'^^xsd:double;
  dwc:startLongitude '-6.2625'^^xsd:double;
  dwc:endLongitude '-6.2625'^^xsd:double;
  dwc:latitude '56.266667'^^xsd:double;
  dwc:startLatitude '56.266667'^^xsd:double;
  dwc:endLatitude '56.266667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_31'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '1999-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.416667 -6.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.416667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_32'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_32'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:julianDay '209'^^xsd:integer;
  dwc:startJulianDay '209'^^xsd:integer;
  dwc:endJulianDay '209'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:startTimeOfDay '15'^^xsd:integer;
  dwc:endTimeOfDay '15'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.8'^^xsd:double;
  dwc:startLongitude '-6.8'^^xsd:double;
  dwc:endLongitude '-6.8'^^xsd:double;
  dwc:latitude '57.416667'^^xsd:double;
  dwc:startLatitude '57.416667'^^xsd:double;
  dwc:endLatitude '57.416667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_32'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '1998-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.7 -6.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.7"^^xsd:decimal ;
  dwc:decimalLongitude "-6.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_33'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_33'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:julianDay '265'^^xsd:integer;
  dwc:startJulianDay '265'^^xsd:integer;
  dwc:endJulianDay '265'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.366667'^^xsd:double;
  dwc:startLongitude '-6.366667'^^xsd:double;
  dwc:endLongitude '-6.366667'^^xsd:double;
  dwc:latitude '57.7'^^xsd:double;
  dwc:startLatitude '57.7'^^xsd:double;
  dwc:endLatitude '57.7'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_33'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57 -7.166667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57"^^xsd:decimal ;
  dwc:decimalLongitude "-7.166667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_34'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_34'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '217'^^xsd:integer;
  dwc:startJulianDay '217'^^xsd:integer;
  dwc:endJulianDay '217'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:startTimeOfDay '20.5'^^xsd:double;
  dwc:endTimeOfDay '20.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.166667'^^xsd:double;
  dwc:startLongitude '-7.166667'^^xsd:double;
  dwc:endLongitude '-7.166667'^^xsd:double;
  dwc:latitude '57'^^xsd:integer;
  dwc:startLatitude '57'^^xsd:integer;
  dwc:endLatitude '57'^^xsd:integer;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_34'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2000-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.85 -6.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.85"^^xsd:decimal ;
  dwc:decimalLongitude "-6.666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_35'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_35'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:startDayCollected '7'^^xsd:integer;
  dwc:endDayCollected '7'^^xsd:integer;
  dwc:julianDay '189'^^xsd:integer;
  dwc:startJulianDay '189'^^xsd:integer;
  dwc:endJulianDay '189'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:startTimeOfDay '16'^^xsd:integer;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.666667'^^xsd:double;
  dwc:startLongitude '-6.666667'^^xsd:double;
  dwc:endLongitude '-6.666667'^^xsd:double;
  dwc:latitude '57.85'^^xsd:double;
  dwc:startLatitude '57.85'^^xsd:double;
  dwc:endLatitude '57.85'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '694_35'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2000-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.416667 -5.416667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.416667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.416667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_36'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_36'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1996'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:startYearCollected '1996'^^xsd:integer;
  dwc:endYearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '167'^^xsd:integer;
  dwc:startJulianDay '167'^^xsd:integer;
  dwc:endJulianDay '167'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-5.416667'^^xsd:double;
  dwc:startLongitude '-5.416667'^^xsd:double;
  dwc:endLongitude '-5.416667'^^xsd:double;
  dwc:latitude '55.416667'^^xsd:double;
  dwc:startLatitude '55.416667'^^xsd:double;
  dwc:endLatitude '55.416667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '694_36'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '1996-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.5 -6.533333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.5"^^xsd:decimal ;
  dwc:decimalLongitude "-6.533333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_37'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_37'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:startMonthCollected '4'^^xsd:integer;
  dwc:endMonthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '116'^^xsd:integer;
  dwc:startJulianDay '116'^^xsd:integer;
  dwc:endJulianDay '116'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.533333'^^xsd:double;
  dwc:startLongitude '-6.533333'^^xsd:double;
  dwc:endLongitude '-6.533333'^^xsd:double;
  dwc:latitude '56.5'^^xsd:double;
  dwc:startLatitude '56.5'^^xsd:double;
  dwc:endLatitude '56.5'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '694_37'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '2001-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.583333 -5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.583333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_38'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_38'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '196'^^xsd:integer;
  dwc:startJulianDay '196'^^xsd:integer;
  dwc:endJulianDay '196'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:startTimeOfDay '18.5'^^xsd:double;
  dwc:endTimeOfDay '18.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-5.45'^^xsd:double;
  dwc:startLongitude '-5.45'^^xsd:double;
  dwc:endLongitude '-5.45'^^xsd:double;
  dwc:latitude '55.583333'^^xsd:double;
  dwc:startLatitude '55.583333'^^xsd:double;
  dwc:endLatitude '55.583333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '694_38'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '1999-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.686667 -6.551667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.686667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.551667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_39'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_39'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1993'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:startYearCollected '1993'^^xsd:integer;
  dwc:endYearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '300'^^xsd:integer;
  dwc:startJulianDay '300'^^xsd:integer;
  dwc:endJulianDay '300'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.551667'^^xsd:double;
  dwc:startLongitude '-6.551667'^^xsd:double;
  dwc:endLongitude '-6.551667'^^xsd:double;
  dwc:latitude '55.686667'^^xsd:double;
  dwc:startLatitude '55.686667'^^xsd:double;
  dwc:endLatitude '55.686667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '40'^^xsd:integer;
  dwc:relatedCatalogItem '694_39'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '40'^^xsd:integer;
  dwc:observationDate '1993-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.722833 -6.399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.722833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_4'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_4'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '19'^^xsd:integer;
  dwc:julianDay '201'^^xsd:integer;
  dwc:startJulianDay '201'^^xsd:integer;
  dwc:endJulianDay '201'^^xsd:integer;
  dwc:timeOfDay '16.116666666667'^^xsd:double;
  dwc:startTimeOfDay '16.116666666667'^^xsd:double;
  dwc:endTimeOfDay '16.116666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.399'^^xsd:double;
  dwc:startLongitude '-6.399'^^xsd:double;
  dwc:endLongitude '-6.399'^^xsd:double;
  dwc:latitude '56.722833'^^xsd:double;
  dwc:startLatitude '56.722833'^^xsd:double;
  dwc:endLatitude '56.722833'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_4'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2000-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.47006 -7.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.47006"^^xsd:decimal ;
  dwc:decimalLongitude "-7.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_73'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_73'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:julianDay '179'^^xsd:integer;
  dwc:startJulianDay '179'^^xsd:integer;
  dwc:endJulianDay '179'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.26'^^xsd:double;
  dwc:startLongitude '-7.26'^^xsd:double;
  dwc:endLongitude '-7.26'^^xsd:double;
  dwc:latitude '57.47006'^^xsd:double;
  dwc:startLatitude '57.47006'^^xsd:double;
  dwc:endLatitude '57.47006'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_73'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2005-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.341667 -6.433333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.341667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.433333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_74'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_74'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:julianDay '249'^^xsd:integer;
  dwc:startJulianDay '249'^^xsd:integer;
  dwc:endJulianDay '249'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.433333'^^xsd:double;
  dwc:startLongitude '-6.433333'^^xsd:double;
  dwc:endLongitude '-6.433333'^^xsd:double;
  dwc:latitude '57.341667'^^xsd:double;
  dwc:startLatitude '57.341667'^^xsd:double;
  dwc:endLatitude '57.341667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_74'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2005-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.383333 -6.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.383333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_75'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_75'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '232'^^xsd:integer;
  dwc:startJulianDay '232'^^xsd:integer;
  dwc:endJulianDay '232'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:startTimeOfDay '11.75'^^xsd:double;
  dwc:endTimeOfDay '11.75'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.25'^^xsd:double;
  dwc:startLongitude '-6.25'^^xsd:double;
  dwc:endLongitude '-6.25'^^xsd:double;
  dwc:latitude '56.383333'^^xsd:double;
  dwc:startLatitude '56.383333'^^xsd:double;
  dwc:endLatitude '56.383333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_75'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.183333 -5.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.183333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_76'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_76'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '222'^^xsd:integer;
  dwc:startJulianDay '222'^^xsd:integer;
  dwc:endJulianDay '222'^^xsd:integer;
  dwc:timeOfDay '16.25'^^xsd:double;
  dwc:startTimeOfDay '16.25'^^xsd:double;
  dwc:endTimeOfDay '16.25'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-5.65'^^xsd:double;
  dwc:startLongitude '-5.65'^^xsd:double;
  dwc:endLongitude '-5.65'^^xsd:double;
  dwc:latitude '56.183333'^^xsd:double;
  dwc:startLatitude '56.183333'^^xsd:double;
  dwc:endLatitude '56.183333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_76'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.0965 -7.248167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.0965"^^xsd:decimal ;
  dwc:decimalLongitude "-7.248167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_77'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_77'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '247'^^xsd:integer;
  dwc:startJulianDay '247'^^xsd:integer;
  dwc:endJulianDay '247'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:startTimeOfDay '9.5'^^xsd:double;
  dwc:endTimeOfDay '9.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.248167'^^xsd:double;
  dwc:startLongitude '-7.248167'^^xsd:double;
  dwc:endLongitude '-7.248167'^^xsd:double;
  dwc:latitude '58.0965'^^xsd:double;
  dwc:startLatitude '58.0965'^^xsd:double;
  dwc:endLatitude '58.0965'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '694_77'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2002-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.55 -6.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.55"^^xsd:decimal ;
  dwc:decimalLongitude "-6.666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_78'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_78'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:julianDay '235'^^xsd:integer;
  dwc:startJulianDay '235'^^xsd:integer;
  dwc:endJulianDay '235'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.666667'^^xsd:double;
  dwc:startLongitude '-6.666667'^^xsd:double;
  dwc:endLongitude '-6.666667'^^xsd:double;
  dwc:latitude '57.55'^^xsd:double;
  dwc:startLatitude '57.55'^^xsd:double;
  dwc:endLatitude '57.55'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_78'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.766667 -6.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.766667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_79'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_79'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '259'^^xsd:integer;
  dwc:startJulianDay '259'^^xsd:integer;
  dwc:endJulianDay '259'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:startTimeOfDay '14.5'^^xsd:double;
  dwc:endTimeOfDay '14.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.2'^^xsd:double;
  dwc:startLongitude '-6.2'^^xsd:double;
  dwc:endLongitude '-6.2'^^xsd:double;
  dwc:latitude '56.766667'^^xsd:double;
  dwc:startLatitude '56.766667'^^xsd:double;
  dwc:endLatitude '56.766667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_79'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.733333 -6.316667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.733333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.316667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_8'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_8'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:startDayCollected '1'^^xsd:integer;
  dwc:endDayCollected '1'^^xsd:integer;
  dwc:julianDay '213'^^xsd:integer;
  dwc:startJulianDay '213'^^xsd:integer;
  dwc:endJulianDay '213'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:startTimeOfDay '10.5'^^xsd:double;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.316667'^^xsd:double;
  dwc:startLongitude '-6.316667'^^xsd:double;
  dwc:endLongitude '-6.316667'^^xsd:double;
  dwc:latitude '56.733333'^^xsd:double;
  dwc:startLatitude '56.733333'^^xsd:double;
  dwc:endLatitude '56.733333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '694_8'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.716667 -6.366667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.716667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.366667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_80'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_80'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '226'^^xsd:integer;
  dwc:startJulianDay '226'^^xsd:integer;
  dwc:endJulianDay '226'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:startTimeOfDay '15'^^xsd:integer;
  dwc:endTimeOfDay '15'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.366667'^^xsd:double;
  dwc:startLongitude '-6.366667'^^xsd:double;
  dwc:endLongitude '-6.366667'^^xsd:double;
  dwc:latitude '55.716667'^^xsd:double;
  dwc:startLatitude '55.716667'^^xsd:double;
  dwc:endLatitude '55.716667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_80'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2002-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.873333 -5.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.873333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.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 "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_81'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_81'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:startDayCollected '21'^^xsd:integer;
  dwc:endDayCollected '21'^^xsd:integer;
  dwc:julianDay '233'^^xsd:integer;
  dwc:startJulianDay '233'^^xsd:integer;
  dwc:endJulianDay '233'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:startTimeOfDay '18.5'^^xsd:double;
  dwc:endTimeOfDay '18.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-5.99'^^xsd:double;
  dwc:startLongitude '-5.99'^^xsd:double;
  dwc:endLongitude '-5.99'^^xsd:double;
  dwc:latitude '56.873333'^^xsd:double;
  dwc:startLatitude '56.873333'^^xsd:double;
  dwc:endLatitude '56.873333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '694_81'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2002-08-21'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.583333 -6.166667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.583333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.166667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_82'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_82'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '224'^^xsd:integer;
  dwc:startJulianDay '224'^^xsd:integer;
  dwc:endJulianDay '224'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:startTimeOfDay '17.5'^^xsd:double;
  dwc:endTimeOfDay '17.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.166667'^^xsd:double;
  dwc:startLongitude '-6.166667'^^xsd:double;
  dwc:endLongitude '-6.166667'^^xsd:double;
  dwc:latitude '55.583333'^^xsd:double;
  dwc:startLatitude '55.583333'^^xsd:double;
  dwc:endLatitude '55.583333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '694_82'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2002-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.666667 -5.991667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.666667"^^xsd:decimal ;
  dwc:decimalLongitude "-5.991667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_83'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_83'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:startDayCollected '22'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:julianDay '234'^^xsd:integer;
  dwc:startJulianDay '234'^^xsd:integer;
  dwc:endJulianDay '234'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:startTimeOfDay '19'^^xsd:integer;
  dwc:endTimeOfDay '19'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-5.991667'^^xsd:double;
  dwc:startLongitude '-5.991667'^^xsd:double;
  dwc:endLongitude '-5.991667'^^xsd:double;
  dwc:latitude '55.666667'^^xsd:double;
  dwc:startLatitude '55.666667'^^xsd:double;
  dwc:endLatitude '55.666667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_83'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.063333 -4.566667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.063333"^^xsd:decimal ;
  dwc:decimalLongitude "-4.566667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_84'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_84'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:startDayCollected '29'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:julianDay '149'^^xsd:integer;
  dwc:startJulianDay '149'^^xsd:integer;
  dwc:endJulianDay '149'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:startTimeOfDay '13'^^xsd:integer;
  dwc:endTimeOfDay '13'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-4.566667'^^xsd:double;
  dwc:startLongitude '-4.566667'^^xsd:double;
  dwc:endLongitude '-4.566667'^^xsd:double;
  dwc:latitude '59.063333'^^xsd:double;
  dwc:startLatitude '59.063333'^^xsd:double;
  dwc:endLatitude '59.063333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_84'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.553333 -6.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.553333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_85'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_85'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:startMonthCollected '10'^^xsd:integer;
  dwc:endMonthCollected '10'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:startDayCollected '18'^^xsd:integer;
  dwc:endDayCollected '18'^^xsd:integer;
  dwc:julianDay '291'^^xsd:integer;
  dwc:startJulianDay '291'^^xsd:integer;
  dwc:endJulianDay '291'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.8'^^xsd:double;
  dwc:startLongitude '-6.8'^^xsd:double;
  dwc:endLongitude '-6.8'^^xsd:double;
  dwc:latitude '56.553333'^^xsd:double;
  dwc:startLatitude '56.553333'^^xsd:double;
  dwc:endLatitude '56.553333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_85'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-10-18'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.678333 -6.433333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.678333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.433333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_86'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_86'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:startDayCollected '27'^^xsd:integer;
  dwc:endDayCollected '27'^^xsd:integer;
  dwc:julianDay '147'^^xsd:integer;
  dwc:startJulianDay '147'^^xsd:integer;
  dwc:endJulianDay '147'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:startTimeOfDay '20.5'^^xsd:double;
  dwc:endTimeOfDay '20.5'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.433333'^^xsd:double;
  dwc:startLongitude '-6.433333'^^xsd:double;
  dwc:endLongitude '-6.433333'^^xsd:double;
  dwc:latitude '56.678333'^^xsd:double;
  dwc:startLatitude '56.678333'^^xsd:double;
  dwc:endLatitude '56.678333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '694_86'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2003-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.033333 -5.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.033333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.833333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_87'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_87'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:startDayCollected '20'^^xsd:integer;
  dwc:endDayCollected '20'^^xsd:integer;
  dwc:julianDay '201'^^xsd:integer;
  dwc:startJulianDay '201'^^xsd:integer;
  dwc:endJulianDay '201'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:startTimeOfDay '16'^^xsd:integer;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-5.833333'^^xsd:double;
  dwc:startLongitude '-5.833333'^^xsd:double;
  dwc:endLongitude '-5.833333'^^xsd:double;
  dwc:latitude '57.033333'^^xsd:double;
  dwc:startLatitude '57.033333'^^xsd:double;
  dwc:endLatitude '57.033333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_87'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.615 -6.513333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.615"^^xsd:decimal ;
  dwc:decimalLongitude "-6.513333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_88'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_88'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:julianDay '242'^^xsd:integer;
  dwc:startJulianDay '242'^^xsd:integer;
  dwc:endJulianDay '242'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.513333'^^xsd:double;
  dwc:startLongitude '-6.513333'^^xsd:double;
  dwc:endLongitude '-6.513333'^^xsd:double;
  dwc:latitude '56.615'^^xsd:double;
  dwc:startLatitude '56.615'^^xsd:double;
  dwc:endLatitude '56.615'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_88'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.140217 -6.325717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.140217"^^xsd:decimal ;
  dwc:decimalLongitude "-6.325717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_89'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_89'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startDayCollected '5'^^xsd:integer;
  dwc:endDayCollected '5'^^xsd:integer;
  dwc:julianDay '248'^^xsd:integer;
  dwc:startJulianDay '248'^^xsd:integer;
  dwc:endJulianDay '248'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:startTimeOfDay '18.516666666667'^^xsd:double;
  dwc:endTimeOfDay '18.516666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.325717'^^xsd:double;
  dwc:startLongitude '-6.325717'^^xsd:double;
  dwc:endLongitude '-6.325717'^^xsd:double;
  dwc:latitude '57.140217'^^xsd:double;
  dwc:startLatitude '57.140217'^^xsd:double;
  dwc:endLatitude '57.140217'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '694_89'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '2001-09-05'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.833333 -6.133333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.833333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.133333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_9'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_9'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1990'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:startYearCollected '1990'^^xsd:integer;
  dwc:endYearCollected '1990'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:startDayCollected '26'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:julianDay '238'^^xsd:integer;
  dwc:startJulianDay '238'^^xsd:integer;
  dwc:endJulianDay '238'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:startTimeOfDay '15'^^xsd:integer;
  dwc:endTimeOfDay '15'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.133333'^^xsd:double;
  dwc:startLongitude '-6.133333'^^xsd:double;
  dwc:endLongitude '-6.133333'^^xsd:double;
  dwc:latitude '56.833333'^^xsd:double;
  dwc:startLatitude '56.833333'^^xsd:double;
  dwc:endLatitude '56.833333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_9'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '1990-08-26'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.657333 -6.198833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.657333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.198833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_90'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_90'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '248'^^xsd:integer;
  dwc:startJulianDay '248'^^xsd:integer;
  dwc:endJulianDay '248'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.198833'^^xsd:double;
  dwc:startLongitude '-6.198833'^^xsd:double;
  dwc:endLongitude '-6.198833'^^xsd:double;
  dwc:latitude '56.657333'^^xsd:double;
  dwc:startLatitude '56.657333'^^xsd:double;
  dwc:endLatitude '56.657333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_90'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2004-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.7295 -6.410167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.7295"^^xsd:decimal ;
  dwc:decimalLongitude "-6.410167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_91'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_91'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:julianDay '250'^^xsd:integer;
  dwc:startJulianDay '250'^^xsd:integer;
  dwc:endJulianDay '250'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.410167'^^xsd:double;
  dwc:startLongitude '-6.410167'^^xsd:double;
  dwc:endLongitude '-6.410167'^^xsd:double;
  dwc:latitude '56.7295'^^xsd:double;
  dwc:startLatitude '56.7295'^^xsd:double;
  dwc:endLatitude '56.7295'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_91'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2004-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.178333 -6.408333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.178333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.408333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_92'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_92'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '136'^^xsd:integer;
  dwc:startJulianDay '136'^^xsd:integer;
  dwc:endJulianDay '136'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.408333'^^xsd:double;
  dwc:startLongitude '-6.408333'^^xsd:double;
  dwc:endLongitude '-6.408333'^^xsd:double;
  dwc:latitude '56.178333'^^xsd:double;
  dwc:startLatitude '56.178333'^^xsd:double;
  dwc:endLatitude '56.178333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:relatedCatalogItem '694_92'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '6'^^xsd:integer;
  dwc:observationDate '2004-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.716667 -6.233333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.716667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.233333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_93'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_93'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '6'^^xsd:integer;
  dwc:julianDay '250'^^xsd:integer;
  dwc:startJulianDay '250'^^xsd:integer;
  dwc:endJulianDay '250'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:startTimeOfDay '12'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.233333'^^xsd:double;
  dwc:startLongitude '-6.233333'^^xsd:double;
  dwc:endLongitude '-6.233333'^^xsd:double;
  dwc:latitude '56.716667'^^xsd:double;
  dwc:startLatitude '56.716667'^^xsd:double;
  dwc:endLatitude '56.716667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:relatedCatalogItem '694_93'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '4'^^xsd:integer;
  dwc:observationDate '2004-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.446667 -6.976667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.446667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.976667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_94'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_94'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:startDayCollected '14'^^xsd:integer;
  dwc:endDayCollected '14'^^xsd:integer;
  dwc:julianDay '227'^^xsd:integer;
  dwc:startJulianDay '227'^^xsd:integer;
  dwc:endJulianDay '227'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:startTimeOfDay '19'^^xsd:integer;
  dwc:endTimeOfDay '19'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.976667'^^xsd:double;
  dwc:startLongitude '-6.976667'^^xsd:double;
  dwc:endLongitude '-6.976667'^^xsd:double;
  dwc:latitude '56.446667'^^xsd:double;
  dwc:startLatitude '56.446667'^^xsd:double;
  dwc:endLatitude '56.446667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_94'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2004-08-14'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.15855 -6.7527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.15855"^^xsd:decimal ;
  dwc:decimalLongitude "-6.7527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_95'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_95'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:julianDay '241'^^xsd:integer;
  dwc:startJulianDay '241'^^xsd:integer;
  dwc:endJulianDay '241'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:startTimeOfDay '14.833333333333'^^xsd:double;
  dwc:endTimeOfDay '14.833333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.7527'^^xsd:double;
  dwc:startLongitude '-6.7527'^^xsd:double;
  dwc:endLongitude '-6.7527'^^xsd:double;
  dwc:latitude '57.15855'^^xsd:double;
  dwc:startLatitude '57.15855'^^xsd:double;
  dwc:endLatitude '57.15855'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_95'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '1992-08-28'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.192917 -6.678283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.192917"^^xsd:decimal ;
  dwc:decimalLongitude "-6.678283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_96'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_96'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1992'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:startYearCollected '1992'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '23'^^xsd:integer;
  dwc:julianDay '267'^^xsd:integer;
  dwc:startJulianDay '267'^^xsd:integer;
  dwc:endJulianDay '267'^^xsd:integer;
  dwc:timeOfDay '8.8333333333333'^^xsd:double;
  dwc:startTimeOfDay '8.8333333333333'^^xsd:double;
  dwc:endTimeOfDay '8.8333333333333'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.678283'^^xsd:double;
  dwc:startLongitude '-6.678283'^^xsd:double;
  dwc:endLongitude '-6.678283'^^xsd:double;
  dwc:latitude '57.192917'^^xsd:double;
  dwc:startLatitude '57.192917'^^xsd:double;
  dwc:endLatitude '57.192917'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '694_96'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '1992-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.13155 -6.62125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.13155"^^xsd:decimal ;
  dwc:decimalLongitude "-6.62125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_97'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_97'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1994'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:startYearCollected '1994'^^xsd:integer;
  dwc:endYearCollected '1994'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:startDayCollected '17'^^xsd:integer;
  dwc:endDayCollected '17'^^xsd:integer;
  dwc:julianDay '168'^^xsd:integer;
  dwc:startJulianDay '168'^^xsd:integer;
  dwc:endJulianDay '168'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.62125'^^xsd:double;
  dwc:startLongitude '-6.62125'^^xsd:double;
  dwc:endLongitude '-6.62125'^^xsd:double;
  dwc:latitude '57.13155'^^xsd:double;
  dwc:startLatitude '57.13155'^^xsd:double;
  dwc:endLatitude '57.13155'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '694_97'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '1994-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.13155 -6.62125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.13155"^^xsd:decimal ;
  dwc:decimalLongitude "-6.62125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_98'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_98'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1995'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:startYearCollected '1995'^^xsd:integer;
  dwc:endYearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:startDayCollected '25'^^xsd:integer;
  dwc:endDayCollected '25'^^xsd:integer;
  dwc:julianDay '176'^^xsd:integer;
  dwc:startJulianDay '176'^^xsd:integer;
  dwc:endJulianDay '176'^^xsd:integer;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:startTimeOfDay '8.25'^^xsd:double;
  dwc:endTimeOfDay '8.25'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.62125'^^xsd:double;
  dwc:startLongitude '-6.62125'^^xsd:double;
  dwc:endLongitude '-6.62125'^^xsd:double;
  dwc:latitude '57.13155'^^xsd:double;
  dwc:startLatitude '57.13155'^^xsd:double;
  dwc:endLatitude '57.13155'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:relatedCatalogItem '694_98'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '8'^^xsd:integer;
  dwc:observationDate '1995-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (55.333333 -5.333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "55.333333"^^xsd:decimal ;
  dwc:decimalLongitude "-5.333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_7'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_7'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startYearCollected '2000'^^xsd:integer;
  dwc:endYearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '24'^^xsd:integer;
  dwc:julianDay '206'^^xsd:integer;
  dwc:startJulianDay '206'^^xsd:integer;
  dwc:endJulianDay '206'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:startTimeOfDay '17.166666666667'^^xsd:double;
  dwc:endTimeOfDay '17.166666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-5.333333'^^xsd:double;
  dwc:startLongitude '-5.333333'^^xsd:double;
  dwc:endLongitude '-5.333333'^^xsd:double;
  dwc:latitude '55.333333'^^xsd:double;
  dwc:startLatitude '55.333333'^^xsd:double;
  dwc:endLatitude '55.333333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_7'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2000-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.001667 -6.371667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.001667"^^xsd:decimal ;
  dwc:decimalLongitude "-6.371667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_60'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_60'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:julianDay '209'^^xsd:integer;
  dwc:startJulianDay '209'^^xsd:integer;
  dwc:endJulianDay '209'^^xsd:integer;
  dwc:timeOfDay '15.266666666667'^^xsd:double;
  dwc:startTimeOfDay '15.266666666667'^^xsd:double;
  dwc:endTimeOfDay '15.266666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.371667'^^xsd:double;
  dwc:startLongitude '-6.371667'^^xsd:double;
  dwc:endLongitude '-6.371667'^^xsd:double;
  dwc:latitude '58.001667'^^xsd:double;
  dwc:startLatitude '58.001667'^^xsd:double;
  dwc:endLatitude '58.001667'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_60'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '2003-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.975 -5.938333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.975"^^xsd:decimal ;
  dwc:decimalLongitude "-5.938333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_63'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_63'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2003'^^xsd:integer;
  dwc:monthIdentified '8'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:startYearCollected '2003'^^xsd:integer;
  dwc:endYearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '8'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:startDayCollected '30'^^xsd:integer;
  dwc:endDayCollected '30'^^xsd:integer;
  dwc:julianDay '242'^^xsd:integer;
  dwc:startJulianDay '242'^^xsd:integer;
  dwc:endJulianDay '242'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:startTimeOfDay '15'^^xsd:integer;
  dwc:endTimeOfDay '15'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-5.938333'^^xsd:double;
  dwc:startLongitude '-5.938333'^^xsd:double;
  dwc:endLongitude '-5.938333'^^xsd:double;
  dwc:latitude '56.975'^^xsd:double;
  dwc:startLatitude '56.975'^^xsd:double;
  dwc:endLatitude '56.975'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_63'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2003-08-30'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.6 -7.54967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.6"^^xsd:decimal ;
  dwc:decimalLongitude "-7.54967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_57'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_57'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:startDayCollected '15'^^xsd:integer;
  dwc:endDayCollected '15'^^xsd:integer;
  dwc:julianDay '258'^^xsd:integer;
  dwc:startJulianDay '258'^^xsd:integer;
  dwc:endJulianDay '258'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.54967'^^xsd:double;
  dwc:startLongitude '-7.54967'^^xsd:double;
  dwc:endLongitude '-7.54967'^^xsd:double;
  dwc:latitude '57.6'^^xsd:double;
  dwc:startLatitude '57.6'^^xsd:double;
  dwc:endLatitude '57.6'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:relatedCatalogItem '694_57'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '3'^^xsd:integer;
  dwc:observationDate '2005-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.133333 -7.066667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.133333"^^xsd:decimal ;
  dwc:decimalLongitude "-7.066667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_67'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_67'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:startYearCollected '2005'^^xsd:integer;
  dwc:endYearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:startDayCollected '10'^^xsd:integer;
  dwc:endDayCollected '10'^^xsd:integer;
  dwc:julianDay '191'^^xsd:integer;
  dwc:startJulianDay '191'^^xsd:integer;
  dwc:endJulianDay '191'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.066667'^^xsd:double;
  dwc:startLongitude '-7.066667'^^xsd:double;
  dwc:endLongitude '-7.066667'^^xsd:double;
  dwc:latitude '57.133333'^^xsd:double;
  dwc:startLatitude '57.133333'^^xsd:double;
  dwc:endLatitude '57.133333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:relatedCatalogItem '694_67'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '5'^^xsd:integer;
  dwc:observationDate '2005-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.397833 -6.383333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.397833"^^xsd:decimal ;
  dwc:decimalLongitude "-6.383333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_52'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_52'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:startYearCollected '2001'^^xsd:integer;
  dwc:endYearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:startDayCollected '16'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:julianDay '167'^^xsd:integer;
  dwc:startJulianDay '167'^^xsd:integer;
  dwc:endJulianDay '167'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.383333'^^xsd:double;
  dwc:startLongitude '-6.383333'^^xsd:double;
  dwc:endLongitude '-6.383333'^^xsd:double;
  dwc:latitude '56.397833'^^xsd:double;
  dwc:startLatitude '56.397833'^^xsd:double;
  dwc:endLatitude '56.397833'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_52'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2001-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.45 -6.183333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.45"^^xsd:decimal ;
  dwc:decimalLongitude "-6.183333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_53'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_53'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2002'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:startYearCollected '2002'^^xsd:integer;
  dwc:endYearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:julianDay '124'^^xsd:integer;
  dwc:startJulianDay '124'^^xsd:integer;
  dwc:endJulianDay '124'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:startTimeOfDay '17'^^xsd:integer;
  dwc:endTimeOfDay '17'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.183333'^^xsd:double;
  dwc:startLongitude '-6.183333'^^xsd:double;
  dwc:endLongitude '-6.183333'^^xsd:double;
  dwc:latitude '56.45'^^xsd:double;
  dwc:startLatitude '56.45'^^xsd:double;
  dwc:endLatitude '56.45'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_53'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2002-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.429167 -7.133333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.429167"^^xsd:decimal ;
  dwc:decimalLongitude "-7.133333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_42'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_42'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1999'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:startYearCollected '1999'^^xsd:integer;
  dwc:endYearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '12'^^xsd:integer;
  dwc:julianDay '193'^^xsd:integer;
  dwc:startJulianDay '193'^^xsd:integer;
  dwc:endJulianDay '193'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-7.133333'^^xsd:double;
  dwc:startLongitude '-7.133333'^^xsd:double;
  dwc:endLongitude '-7.133333'^^xsd:double;
  dwc:latitude '57.429167'^^xsd:double;
  dwc:startLatitude '57.429167'^^xsd:double;
  dwc:endLatitude '57.429167'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:relatedCatalogItem '694_42'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '2'^^xsd:integer;
  dwc:observationDate '1999-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.043867 -6.800833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.043867"^^xsd:decimal ;
  dwc:decimalLongitude "-6.800833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_99'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_99'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '1998'^^xsd:integer;
  dwc:monthIdentified '9'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:startYearCollected '1998'^^xsd:integer;
  dwc:endYearCollected '1998'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startMonthCollected '9'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:startDayCollected '28'^^xsd:integer;
  dwc:endDayCollected '28'^^xsd:integer;
  dwc:julianDay '271'^^xsd:integer;
  dwc:startJulianDay '271'^^xsd:integer;
  dwc:endJulianDay '271'^^xsd:integer;
  dwc:timeOfDay '10.266666666667'^^xsd:double;
  dwc:startTimeOfDay '10.266666666667'^^xsd:double;
  dwc:endTimeOfDay '10.266666666667'^^xsd:double;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.800833'^^xsd:double;
  dwc:startLongitude '-6.800833'^^xsd:double;
  dwc:endLongitude '-6.800833'^^xsd:double;
  dwc:latitude '57.043867'^^xsd:double;
  dwc:startLatitude '57.043867'^^xsd:double;
  dwc:endLatitude '57.043867'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:relatedCatalogItem '694_99'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '7'^^xsd:integer;
  dwc:observationDate '1998-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/3077__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/3077__> ;
  mr:hasGeometry <https://eurobis.org/id/point/3077__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (56.583333 -6.416667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "56.583333"^^xsd:decimal ;
  dwc:decimalLongitude "-6.416667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "6"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/3077__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/3077_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2010-11-30'^^xsd:date;
  dwc:institutionCode 'OBIS-SEAMAP'^^xsd:string;
  dwc:collectionCode 'Hebridean Dolphin and Whale Trust killer whale sig'^^xsd:string;
  dwc:catalogNumber '694_100'^^xsd:string;
  dwc:recordUrl 'http://seamap.env.duke.edu/dataset/694?row_id=694_100'^^xsd:anyURI;
  dwc:scientificName 'Orcinus orca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearIdentified '2004'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:typeStatus 'Sighting'^^xsd:string;
  dwc:collector 'Hebridean Whale and Dolphin Trust'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:startYearCollected '2004'^^xsd:integer;
  dwc:endYearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:startMonthCollected '7'^^xsd:integer;
  dwc:endMonthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:startDayCollected '31'^^xsd:integer;
  dwc:endDayCollected '31'^^xsd:integer;
  dwc:julianDay '213'^^xsd:integer;
  dwc:startJulianDay '213'^^xsd:integer;
  dwc:endJulianDay '213'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:startTimeOfDay '12'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone 'EDT'^^xsd:string;
  dwc:longitude '-6.416667'^^xsd:double;
  dwc:startLongitude '-6.416667'^^xsd:double;
  dwc:endLongitude '-6.416667'^^xsd:double;
  dwc:latitude '56.583333'^^xsd:double;
  dwc:startLatitude '56.583333'^^xsd:double;
  dwc:endLatitude '56.583333'^^xsd:double;
  dwc:coordinatePrecision '6'^^xsd:integer;
  dwc:minimumElevation '0'^^xsd:integer;
  dwc:maximumElevation '0'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:relatedCatalogItem '694_100'^^xsd:string;
  dwc:occurrenceRemarks 'Visual; boat'^^xsd:string;
  dwc:aphiaid '137102'^^xsd:integer;
  dwc:sampleSize '1'^^xsd:integer;
  dwc:observationDate '2004-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '137102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF